"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "a9b0d50bafa26c4f2a9e665ff7b805face3f24e6"
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 @@ ...@@ -11,9 +11,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