Skip to content

Commit

Permalink
Merge pull request #2188 from ROCmSoftwarePlatform/rocm-enable-fusion…
Browse files Browse the repository at this point in the history
…-matmul-test

[ROCm]: Re-enable matmul fusion test on ROCm
  • Loading branch information
rahulbatra85 authored Aug 14, 2023
2 parents ef05923 + 059fd07 commit 81b9007
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tensorflow/core/kernels/matmul_op_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ class FusedMatMulOpTest : public OpsTestBase {
.Attr("transpose_b", transpose_b)
.Finalize(&fused_matmul));

#if !(GOOGLE_CUDA || TENSORFLOW_USE_ROCM)
printf("Disallowing the FusedMatMul GPU test (neither CUDA nor ROCM observed)\n");
allow_gpu_device = false;
#endif
RunAndFetch(root, fused_matmul.name(), output, allow_gpu_device,
&fused_matmul);
}
Expand Down

0 comments on commit 81b9007

Please sign in to comment.