Skip to content

Commit

Permalink
Rename test case and fix windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsan-ca committed Nov 28, 2024
1 parent b4998e4 commit 4bf6cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gpu/fuse_hipblaslt.cpp → test/gpu/fuse_hip_gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#if MIGRAPHX_USE_HIPBLASLT

#include <basic_ops.hpp>
#include <migraphx/auto_contiguous.hpp>
#include <migraphx/dead_code_elimination.hpp>
Expand Down Expand Up @@ -55,6 +55,7 @@ void run_fuse_ops(migraphx::program& p)
migraphx::run_passes(p, {migraphx::gpu::fuse_ops{}, migraphx::dead_code_elimination{}});
}

#if MIGRAPHX_USE_HIPBLASLT
TEST_CASE(hip_gemm_pointwise_add)
{
migraphx::shape s{migraphx::shape::float_type, {1, 3, 3}};
Expand Down

0 comments on commit 4bf6cf5

Please sign in to comment.