"lm_eval/models/utils.py" did not exist on "3f090027112a6e9ea45d7ee2deb57edac5f03ea2"
Unverified Commit e5a33aad authored by Chris Austen's avatar Chris Austen Committed by GitHub
Browse files

disable hipRTC temporarily (#1817)

parent 85ff4f85
......@@ -33,11 +33,12 @@ if(NOT TARGET MIOpen)
message(SEND_ERROR "Cant find miopen")
endif()
if(BUILD_DEV)
set(MIGRAPHX_USE_HIPRTC OFF CACHE BOOL "Use hipRTC APIs")
else()
set(MIGRAPHX_USE_HIPRTC ON CACHE BOOL "Use hipRTC APIs")
endif()
set(MIGRAPHX_USE_HIPRTC OFF CACHE BOOL "Use hipRTC APIs")
#if(BUILD_DEV)
#set(MIGRAPHX_USE_HIPRTC OFF CACHE BOOL "Use hipRTC APIs")
#else()
#set(MIGRAPHX_USE_HIPRTC ON CACHE BOOL "Use hipRTC APIs")
#endif()
include(Embed)
file(GLOB KERNEL_FILES ${CONFIGURE_DEPENDS}
......
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