File tree Expand file tree Collapse file tree 6 files changed +239
-150
lines changed
transformer_engine/common/gemm Expand file tree Collapse file tree 6 files changed +239
-150
lines changed Original file line number Diff line number Diff line change 3131check_test_filter " nongemm"
3232if [ $? -eq 0 ]; then
3333 echo ===== Run non GEMM tests =====
34- ctest --test-dir build -j" $n_parallel_jobs " -V --output-on-failure -E " OperatorTest/ GEMMTestSuite"
34+ ctest --test-dir build -j" $n_parallel_jobs " -V --output-on-failure -E " GEMMTestSuite"
3535 test $? -eq 0 || test_run_error " non-GEMM"
3636fi
3737
3838check_test_filter " gemm"
3939if [ $? -eq 0 ]; then
4040 echo ===== Run GEMM tests =====
41- ctest --test-dir build -j" $n_parallel_jobs " -V --output-on-failure -R " OperatorTest/ GEMMTestSuite"
41+ ctest --test-dir build -j" $n_parallel_jobs " -V --output-on-failure -R " GEMMTestSuite"
4242 test $? -eq 0 || test_run_error " GEMM"
4343fi
4444
Original file line number Diff line number Diff line change 6464 project (transformer_engine_tests LANGUAGES HIP CXX)
6565 # Ask hcc to generate device code during compilation so we can use
6666 # host linker to link.
67- set (HIP_HCC_FLAGS "${HIP_HCC_FLAGS} -fno-gpu-rdc -Wno-defaulted-function-deleted" )
68- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${HIP_HCC_FLAGS} " )
67+ set (CMAKE_HIP_FLAGS "${CMAKE_HIP_FLAGS} -fno-gpu-rdc -Wno-defaulted-function-deleted -Wno-unused-result" )
6968endif ()
7069
7170add_subdirectory (../../3rdparty/googletest ${PROJECT_BINARY_DIR} /googletest)
You can’t perform that action at this time.
0 commit comments