Skip to content
Snippets Groups Projects
Commit c277da3d authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Fixing INCLUDE_DIRS handling in hpvm-clang to include hpvm/include by default

parent 70246ab7
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,9 @@ if(TARGET tensor_runtime)
else()
set(HPVM_HAS_TRT 0) # Doesn't have tensor runtime
endif()
list(APPEND INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../../include)
if(${HPVM_USE_OPENCL})
# We need to link to OpenCL libs when hpvm uses opencl
# because OpenCL functions may be injected by the OpenCL pass.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment