Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco authored and ahendriksen committed Nov 19, 2024
1 parent c976e1e commit 8fa7a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/libcudacxx/ptx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,3 @@ enough compute capability (SM version), like this:
For more information on which compilers correspond to which PTX ISA, see
the `PTX ISA release notes <https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#release-notes>`__.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <cassert>
#include <cstdio>

// clang-format off

namespace ptx = cuda::ptx;

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 8fa7a2c

Please sign in to comment.