Skip to content

Commit

Permalink
Add parsec level-zero include
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Nov 16, 2023
1 parent dde416c commit 5569b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ttg/ttg/parsec/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
#ifdef PARSEC_HAVE_DEV_HIP_SUPPORT
#include <parsec/mca/device/hip/device_hip.h>
#endif // PARSEC_HAVE_DEV_HIP_SUPPORT
#ifdef PARSEC_HAVE_DEV_LEVEL_ZERO_SUPPORT
#include <parsec/mca/device/level_zero/device_level_zero.h>
#endif //PARSEC_HAVE_DEV_LEVEL_ZERO_SUPPORT

#include <parsec/mca/device/device_gpu.h>
#if defined(PARSEC_PROF_TRACE)
Expand Down

0 comments on commit 5569b57

Please sign in to comment.