SWDEV-306643 - add align and launch bounds for hiprtc

Change-Id: Id178230eeeec94a8678e96474c35376d5427599a
此提交包含在:
cjatin
2021-10-11 13:03:47 +05:30
提交者 Jatin Chaudhary
父節點 969f31da65
當前提交 9caaa6f492
+1
查看文件
@@ -32,6 +32,7 @@ function(get_hiprtc_macros HIPRTC_DEFINES)
#define __global__ __attribute__((global))\n\
#define __constant__ __attribute__((constant))\n\
#define __shared__ __attribute__((shared))\n\
#define __align__(x) __attribute__((aligned(x)))\n\
#define launch_bounds_impl0(requiredMaxThreadsPerBlock) \\\n\
__attribute__((amdgpu_flat_work_group_size(1, requiredMaxThreadsPerBlock)))\n\