Skip to content

Commit 011a375

Browse files
committed
Add back empty lines: it turns out without them the page does not render correctly.
1 parent d487d66 commit 011a375

File tree

1 file changed

+14
-0
lines changed
  • cuda_bindings/docs/source/module

1 file changed

+14
-0
lines changed

cuda_bindings/docs/source/module/nvvm.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,29 @@ Functions
2222
Types
2323
-----
2424

25+
..
26+
The empty lines below are important!
27+
2528
.. autoclass:: cuda.bindings.nvvm.Result
29+
2630
.. autoattribute:: cuda.bindings.nvvm.Result.SUCCESS
31+
2732
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_OUT_OF_MEMORY
33+
2834
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_PROGRAM_CREATION_FAILURE
35+
2936
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_IR_VERSION_MISMATCH
37+
3038
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_INPUT
39+
3140
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_PROGRAM
41+
3242
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_IR
43+
3344
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_INVALID_OPTION
45+
3446
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_NO_MODULE_IN_PROGRAM
47+
3548
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_COMPILATION
49+
3650
.. autoattribute:: cuda.bindings.nvvm.Result.ERROR_CANCELLED

0 commit comments

Comments
 (0)