Skip to content

Latest commit

 

History

History
 
 

hip_thrust_sort

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This subdirectory contains code and build routines for performing on-device sorting via the HIP Thrust library. The use of a separate subdirectory is necessary as OpenMP compilers do not know how to link link to Thrust. To avoid polluting the main CMakeLists.txt for OpenMC, we have used a subdirectory instead to isolate the build for just the thrust portion and then to link to the library that is generated.