"doc/git@developer.sourcefind.cn:ox696c/ktransformers.git" did not exist on "ea75849d03f904102c76deddc649507c0ce02c14"
Unverified Commit 6a5ea493 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

bug fix for buffer resource setting (#26)

parent fcbb9788
......@@ -11,9 +11,13 @@
#define CK_DEVICE_BACKEND_AMD 1
// GPU ID
#if 0
#define CK_AMD_GPU_GFX906 1
#define CK_AMD_GPU_GFX908 0
#define CK_AMD_GPU_GFX1030 0
#elif 0
#define CK_AMD_GPU_GFX908 1
#elif 1
#define CK_AMD_GPU_GFX1030 1
#endif
// HIP version
#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