Commit 3325ac9c authored by Paul's avatar Paul
Browse files

List failed tests

parent 79ffac9f
...@@ -18,6 +18,11 @@ using migraphx::trim; ...@@ -18,6 +18,11 @@ using migraphx::trim;
// m test_gpu_mlir && ./bin/test_gpu_mlir // m test_gpu_mlir && ./bin/test_gpu_mlir
// [ FAILED ] test_conv_add2
// [ FAILED ] test_conv_relu
// [ FAILED ] test_conv_relu_half
// [ FAILED ] test_literals
struct mlir_gpu_target : migraphx::gpu::target struct mlir_gpu_target : migraphx::gpu::target
{ {
std::string name() const { return "mlir"; } std::string name() const { return "mlir"; }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment