projects
/
pocl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9eb61
)
[PATCH 102/144] link libpocl-devices-hsa.so with -pthread
author
Andreas Beckmann
<anbe@debian.org>
Mon, 29 Nov 2021 20:08:29 +0000
(21:08 +0100)
committer
Andreas Beckmann
<anbe@debian.org>
Fri, 7 Jan 2022 23:55:22 +0000
(23:55 +0000)
Gbp-Pq: Name 0102-link-libpocl-devices-hsa.so-with-pthread.patch
lib/CL/devices/hsa/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/CL/devices/hsa/CMakeLists.txt
b/lib/CL/devices/hsa/CMakeLists.txt
index 483efb2d51611a8aa1c9c6e2d26117e1e5368d61..3550d09bf8c65779936611abffd366c5abb22d53 100644
(file)
--- a/
lib/CL/devices/hsa/CMakeLists.txt
+++ b/
lib/CL/devices/hsa/CMakeLists.txt
@@
-28,5
+28,5
@@
if(MSVC)
endif(MSVC)
add_pocl_device_library(pocl-devices-hsa pocl-hsa.c pocl-hsa.h)
if(ENABLE_LOADABLE_DRIVERS)
- target_link_libraries(pocl-devices-hsa PRIVATE ${HSALIB})
+ target_link_libraries(pocl-devices-hsa PRIVATE ${HSALIB}
${PTHREAD_LIBRARY}
)
endif()