Skip to content

Commit 6108f14

Browse files
authored
reformat changes in __clang_cuda_runtime_wrapper.h
1 parent 7ad3428 commit 6108f14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Headers/__clang_cuda_runtime_wrapper.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ __host__ __device__ void __nv_tex_surf_handler(const char *name, T *ptr,
387387
#include "surface_indirect_functions.h"
388388
#if CUDA_VERSION < 13000
389389
// Direct texture fetch functions had been deprecated since CUDA-11.
390-
// The file in CUDA-12 only carried unused texture types, and is no longer needed.
390+
// The file in CUDA-12 only carried unused texture types, and is no longer
391+
// needed.
391392
#include "texture_fetch_functions.h"
392393
#endif // CUDA_VERSION < 13000
393394
#include "texture_indirect_functions.h"

0 commit comments

Comments
 (0)