Skip to content

Commit 2932294

Browse files
committed
Remove non-functional abstraction
1 parent 613bcf5 commit 2932294

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/gpuarray_buffer_cuda.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ static const char CUDA_PREAMBLE[] =
444444
"#define GLOBAL_MEM /* empty */\n"
445445
"#define LOCAL_MEM __shared__\n"
446446
"#define LOCAL_MEM_ARG /* empty */\n"
447-
"#define REQD_WG_SIZE(X,Y,Z) __launch_bounds__(X*Y, Z)\n"
448447
"#ifdef NAN\n"
449448
"#undef NAN\n"
450449
"#endif\n"

src/gpuarray_buffer_opencl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ static const char CL_PREAMBLE[] =
288288
"#define GLOBAL_MEM __global\n"
289289
"#define LOCAL_MEM __local\n"
290290
"#define LOCAL_MEM_ARG __local\n"
291-
"#define REQD_WG_SIZE(x, y, z) __attribute__((reqd_work_group_size(x, y, z)))\n"
292291
"#ifndef NULL\n"
293292
" #define NULL ((void*)0)\n"
294293
"#endif\n"

0 commit comments

Comments
 (0)