We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d892319 commit 4dde1b1Copy full SHA for 4dde1b1
clang/lib/Headers/__clang_cuda_texture_intrinsics.h
@@ -255,7 +255,9 @@ template <class __op> struct __op_type_traits {
255
256
// Specialize for known surface operation tags
257
#define __OP_TYPE_SURFACE(__op) \
258
- template <> struct __op_type_traits<__op> { using type = __surface_op_tag; };
+ template <> struct __op_type_traits<__op> { \
259
+ using type = __surface_op_tag; \
260
+ }
261
262
// Classes that implement specific texture ops.
263
template <class __op> struct __tex_fetch_v4;
0 commit comments