"docs/source/Compression/Pruner.rst" did not exist on "1e439e45193030f243410f3152f7125deec67ab5"
Unverified Commit 10f093dd authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Update src/targets/gpu/CMakeLists.txt


Co-authored-by: default avatarUmang Yadav <29876643+umangyadav@users.noreply.github.com>
parent e29c7971
...@@ -279,7 +279,7 @@ if(HAS_ROCBLAS_TUNING_BETA_FEATURE_API) ...@@ -279,7 +279,7 @@ if(HAS_ROCBLAS_TUNING_BETA_FEATURE_API)
target_compile_definitions(migraphx_gpu PUBLIC -DMIGRAPHX_USE_ROCBLAS_TUNING_API -DROCBLAS_BETA_FEATURES_API -DROCBLAS_NO_DEPRECATED_WARNINGS) target_compile_definitions(migraphx_gpu PUBLIC -DMIGRAPHX_USE_ROCBLAS_TUNING_API -DROCBLAS_BETA_FEATURES_API -DROCBLAS_NO_DEPRECATED_WARNINGS)
message(STATUS "MIGraphx is using Beta API of rocBLAS") message(STATUS "MIGraphx is using Beta API of rocBLAS")
else() else()
message(STATUS "rocBLAS does not have Beta API") message(STATUS "rocBLAS does not have User Tuning Beta API")
endif() endif()
target_link_libraries(migraphx_gpu PUBLIC migraphx MIOpen roc::rocblas) target_link_libraries(migraphx_gpu PUBLIC migraphx MIOpen roc::rocblas)
......
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