"...resnet50_tensorflow.git" did not exist on "ed7d404f4780565884d2344de6aa3bce59bb5a2c"
Commit 7ae141fa authored by mtgu0705's avatar mtgu0705
Browse files

fix cmakelist of ckProfiler

parent 363b6744
......@@ -93,7 +93,7 @@ if(NOT WIN32 AND ${hip_VERSION_FLAT} GREATER 600241132)
target_compile_options(${PROFILER_EXECUTABLE} PRIVATE --offload-compress)
endif()
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE utility getopt::getopt)
target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE utility getopt::getopt)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_gemm_instance)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_normalization_fwd_instance)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_normalization_bwd_data_instance)
......
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