Merge commit 'cbc83359649b1b56cd745c4102e9556112f942c2' into develop

This commit is contained in:
assistant-librarian[bot]
2025-12-19 23:13:41 +00:00
parent ac5610980f
commit 09019c1024
19 changed files with 249 additions and 163 deletions

View File

@@ -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