diff options
| author | Nick <[email protected]> | 2019-09-13 05:24:00 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 05:24:00 -0400 |
| commit | cba77a151abfce2ccd556da69c42e5eb5d74b399 (patch) | |
| tree | 4c0a7211121df1e59eda3f97880337aa4ccd50b2 /libcuda | |
| parent | bea40c4a22a86fddbf1f7845265697716727f8b1 (diff) | |
stop formatting where there are known problems ahead of time
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuda_runtime_api.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcuda/cuda_runtime_api.cc b/libcuda/cuda_runtime_api.cc index 5cefe60..273194e 100644 --- a/libcuda/cuda_runtime_api.cc +++ b/libcuda/cuda_runtime_api.cc @@ -122,12 +122,13 @@ #endif #define __CUDA_RUNTIME_API_H__ - +// clang-format off #include "host_defines.h" #include "builtin_types.h" #include "driver_types.h" #include "cuda_api.h" #include "cudaProfiler.h" +// clang-format on #if (CUDART_VERSION < 8000) #include "__cudaFatFormat.h" #endif |
