🔨Work Item
We pointed out a problem with rocprim a while back. It's been merged in the latest releases of rocm, but until we drop support for older rocm versions, we have to keep the following hack around:
|
# Right now we need to patch the rocPRIM headers to fix the build because these |
|
# config headers are missing gfx942 (I've added them manually) |
|
cp ${FILE_SOURCE_DIR}/*.hpp ${INSTALL_PREFIX}/include/rocprim/device/detail/config/. |
🔨Work Item
We pointed out a problem with rocprim a while back. It's been merged in the latest releases of rocm, but until we drop support for older rocm versions, we have to keep the following hack around:
dgl/script/install_graphbolt_deps.sh
Lines 39 to 41 in 7da392a