From 7ad07e23ac86d446922a402a7b9aa1d3d36539b4 Mon Sep 17 00:00:00 2001 From: ltqin Date: Thu, 12 May 2022 22:18:59 +0800 Subject: [PATCH] enable convnd bwd data test (#234) [ROCm/composable_kernel commit: 0f912e205eec6e349060f2203a8eeabc5e7ba075] --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index bd3466ecad..8a9db2adbd 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -61,3 +61,4 @@ add_subdirectory(grouped_gemm) add_subdirectory(convnd_fwd) add_subdirectory(reduce) add_subdirectory(conv2d_bwd_weight) +add_subdirectory(convnd_bwd_data) \ No newline at end of file