Merge branch 'develop' into blas_tuning
Showing
| ... | @@ -21,4 +21,10 @@ | ... | @@ -21,4 +21,10 @@ |
| # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| # THE SOFTWARE. | # THE SOFTWARE. | ||
| ##################################################################################### | ##################################################################################### | ||
| ROCmSoftwarePlatform/rocMLIR@ea15b3597ce55b9088621818228595dd48fb6ec0 -DBUILD_FAT_LIBROCKCOMPILER=On | |||
| file(GLOB REF CONFIGURE_DEPENDS *.cpp) | |||
| rocm_add_test_executable(test_ref ${REF}) | |||
| target_include_directories(test_ref PUBLIC ../include) | |||
| rocm_clang_tidy_check(test_ref) | |||
test/ref/abs.cpp
0 → 100644
test/ref/acos.cpp
0 → 100644
test/ref/acosh.cpp
0 → 100644
test/ref/add.cpp
0 → 100644
test/ref/allocate.cpp
0 → 100644
test/ref/argmax.cpp
0 → 100644
test/ref/argmin.cpp
0 → 100644
test/ref/asin.cpp
0 → 100644
test/ref/asinh.cpp
0 → 100644
test/ref/atan.cpp
0 → 100644
test/ref/atanh.cpp
0 → 100644
test/ref/broadcast.cpp
0 → 100644
test/ref/ceil.cpp
0 → 100644
test/ref/clip.cpp
0 → 100644
test/ref/concat.cpp
0 → 100644
test/ref/contiguous.cpp
0 → 100644
test/ref/convert.cpp
0 → 100644
test/ref/convolution.cpp
0 → 100644
Please register or sign in to comment