"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "078eaaf3ffdff0d503e032640a221ccaecd5e158"
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