File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
cuda_bindings/docs/source/module Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,29 @@ Functions
2222Types
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
You can’t perform that action at this time.
0 commit comments