mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
get LLVM_MAIN_REVISION macro from compiler header (#3469)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#define CK_TILE_DEVICE inline __device__
|
||||
#define CK_TILE_HOST_DEVICE inline __host__ __device__
|
||||
#define CK_TILE_DEVICE_EXTERN __device__
|
||||
#if __clang_major__ < 22
|
||||
#if LLVM_MAIN_REVISION < 554785
|
||||
#define CK_TILE_HOST_DEVICE_EXTERN __host__ __device__
|
||||
#else
|
||||
#define CK_TILE_HOST_DEVICE_EXTERN
|
||||
|
||||
Reference in New Issue
Block a user