Commit 700b1d02 authored by Chao Liu's avatar Chao Liu
Browse files

Merge remote-tracking branch 'origin/master' into pass_by_void_pointer

parents 6bf45709 6a5ea493
...@@ -14,9 +14,13 @@ ...@@ -14,9 +14,13 @@
#define CK_DEVICE_BACKEND_AMD 1 #define CK_DEVICE_BACKEND_AMD 1
// GPU ID // GPU ID
#if 0
#define CK_AMD_GPU_GFX906 1 #define CK_AMD_GPU_GFX906 1
#define CK_AMD_GPU_GFX908 0 #elif 0
#define CK_AMD_GPU_GFX1030 0 #define CK_AMD_GPU_GFX908 1
#elif 1
#define CK_AMD_GPU_GFX1030 1
#endif
// HIP version // HIP version
#ifndef CK_HIP_VERSION_FLAT #ifndef CK_HIP_VERSION_FLAT
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment