Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 7c40df8

Browse files
committed
Deploy Documentation: Merge pull request #1855 from miscco/remove_error_codes
Remove deprecated error codes e056c7a
1 parent d0c8887 commit 7c40df8

7 files changed

+11
-181
lines changed

api/classes/structthrust_1_1system_1_1is__error__code__enum_3_01cuda_1_1errc_1_1errc__t_01_4.md.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"kind": "struct",
2424
"language": "cpp",
2525
"location": {
26-
"bodyEnd": 150,
26+
"bodyEnd": 140,
2727
"bodyFile": "thrust/system/cuda/error.h",
28-
"bodyStart": 150,
28+
"bodyStart": 140,
2929
"column": 10,
3030
"file": "thrust/system/cuda/error.h",
31-
"line": 150
31+
"line": 140
3232
},
3333
"name": "thrust::system::is_error_code_enum< cuda::errc::errc_t >",
3434
"override": false,

api/groups/group__system__diagnostics.md.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"location": {
332332
"column": 19,
333333
"file": "thrust/system/cuda/error.h",
334-
"line": 156
334+
"line": 146
335335
},
336336
"name": "make_error_code",
337337
"override": false,
@@ -484,7 +484,7 @@
484484
"location": {
485485
"column": 24,
486486
"file": "thrust/system/cuda/error.h",
487-
"line": 162
487+
"line": 152
488488
},
489489
"name": "make_error_condition",
490490
"override": false,

api/namespaces/namespacethrust_1_1cuda.md.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"location": {
1616
"column": 1,
1717
"file": "thrust/system/cuda/error.h",
18-
"line": 171
18+
"line": 161
1919
},
2020
"name": "thrust::cuda",
2121
"override": false,

api/namespaces/namespacethrust_1_1cuda__cub.md.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"location": {
1515
"column": 1,
1616
"file": "thrust/system/cuda/error.h",
17-
"line": 166
17+
"line": 156
1818
},
1919
"name": "thrust::cuda_cub",
2020
"override": false,

api/namespaces/namespacethrust_1_1system.md.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"location": {
358358
"column": 29,
359359
"file": "thrust/system/cuda/error.h",
360-
"line": 143
360+
"line": 133
361361
},
362362
"name": "cuda_category",
363363
"note": [
@@ -404,7 +404,7 @@
404404
"location": {
405405
"column": 19,
406406
"file": "thrust/system/cuda/error.h",
407-
"line": 156
407+
"line": 146
408408
},
409409
"name": "make_error_code",
410410
"override": false,
@@ -449,7 +449,7 @@
449449
"location": {
450450
"column": 24,
451451
"file": "thrust/system/cuda/error.h",
452-
"line": 162
452+
"line": 152
453453
},
454454
"name": "make_error_condition",
455455
"override": false,

api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md

-10
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Enum <code>thrust::system::cuda::errc::errc&#95;t</code>
2929
| `memory_allocation` | `cudaErrorMemoryAllocation` | |
3030
| `initialization_error` | `cudaErrorInitializationError` | |
3131
| `launch_failure` | `cudaErrorLaunchFailure` | |
32-
| `prior_launch_failure` | `cudaErrorPriorLaunchFailure` | |
3332
| `launch_timeout` | `cudaErrorLaunchTimeout` | |
3433
| `launch_out_of_resources` | `cudaErrorLaunchOutOfResources` | |
3534
| `invalid_device_function` | `cudaErrorInvalidDeviceFunction` | |
@@ -40,23 +39,14 @@ Enum <code>thrust::system::cuda::errc::errc&#95;t</code>
4039
| `invalid_symbol` | `cudaErrorInvalidSymbol` | |
4140
| `map_buffer_object_failed` | `cudaErrorMapBufferObjectFailed` | |
4241
| `unmap_buffer_object_failed` | `cudaErrorUnmapBufferObjectFailed` | |
43-
| `invalid_host_pointer` | `cudaErrorInvalidHostPointer` | |
44-
| `invalid_device_pointer` | `cudaErrorInvalidDevicePointer` | |
4542
| `invalid_texture` | `cudaErrorInvalidTexture` | |
4643
| `invalid_texture_binding` | `cudaErrorInvalidTextureBinding` | |
4744
| `invalid_channel_descriptor` | `cudaErrorInvalidChannelDescriptor` | |
4845
| `invalid_memcpy_direction` | `cudaErrorInvalidMemcpyDirection` | |
49-
| `address_of_constant_error` | `cudaErrorAddressOfConstant` | |
50-
| `texture_fetch_failed` | `cudaErrorTextureFetchFailed` | |
51-
| `texture_not_bound` | `cudaErrorTextureNotBound` | |
52-
| `synchronization_error` | `cudaErrorSynchronizationError` | |
5346
| `invalid_filter_setting` | `cudaErrorInvalidFilterSetting` | |
5447
| `invalid_norm_setting` | `cudaErrorInvalidNormSetting` | |
55-
| `mixed_device_execution` | `cudaErrorMixedDeviceExecution` | |
5648
| `cuda_runtime_unloading` | `cudaErrorCudartUnloading` | |
5749
| `unknown` | `cudaErrorUnknown` | |
58-
| `not_yet_implemented` | `cudaErrorNotYetImplemented` | |
59-
| `memory_value_too_large` | `cudaErrorMemoryValueTooLarge` | |
6050
| `invalid_resource_handle` | `cudaErrorInvalidResourceHandle` | |
6151
| `not_ready` | `cudaErrorNotReady` | |
6252
| `insufficient_driver` | `cudaErrorInsufficientDriver` | |

api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md.json

+1-161
Original file line numberDiff line numberDiff line change
@@ -168,22 +168,6 @@
168168
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-launch-failure",
169169
"visibility": "public"
170170
},
171-
{
172-
"anchor": "#enumvalue-prior-launch-failure",
173-
"category": "types",
174-
"definition": "",
175-
"fullname": "errc_t::prior_launch_failure",
176-
"hasDetails": false,
177-
"initializer": "= cudaErrorPriorLaunchFailure",
178-
"kind": "enumvalue",
179-
"language": "",
180-
"name": "prior_launch_failure",
181-
"qualifiedname": "prior_launch_failure",
182-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9afd5690aa07252c2c511250b9d535b3c9",
183-
"title": "prior_launch_failure",
184-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-prior-launch-failure",
185-
"visibility": "public"
186-
},
187171
{
188172
"anchor": "#enumvalue-launch-timeout",
189173
"category": "types",
@@ -344,38 +328,6 @@
344328
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-unmap-buffer-object-failed",
345329
"visibility": "public"
346330
},
347-
{
348-
"anchor": "#enumvalue-invalid-host-pointer",
349-
"category": "types",
350-
"definition": "",
351-
"fullname": "errc_t::invalid_host_pointer",
352-
"hasDetails": false,
353-
"initializer": "= cudaErrorInvalidHostPointer",
354-
"kind": "enumvalue",
355-
"language": "",
356-
"name": "invalid_host_pointer",
357-
"qualifiedname": "invalid_host_pointer",
358-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9ac899179321d7d0620492f978fdda7e19",
359-
"title": "invalid_host_pointer",
360-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-host-pointer",
361-
"visibility": "public"
362-
},
363-
{
364-
"anchor": "#enumvalue-invalid-device-pointer",
365-
"category": "types",
366-
"definition": "",
367-
"fullname": "errc_t::invalid_device_pointer",
368-
"hasDetails": false,
369-
"initializer": "= cudaErrorInvalidDevicePointer",
370-
"kind": "enumvalue",
371-
"language": "",
372-
"name": "invalid_device_pointer",
373-
"qualifiedname": "invalid_device_pointer",
374-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a4adf8570945f4c201b22be9bad58edb6",
375-
"title": "invalid_device_pointer",
376-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-device-pointer",
377-
"visibility": "public"
378-
},
379331
{
380332
"anchor": "#enumvalue-invalid-texture",
381333
"category": "types",
@@ -440,70 +392,6 @@
440392
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-memcpy-direction",
441393
"visibility": "public"
442394
},
443-
{
444-
"anchor": "#enumvalue-address-of-constant-error",
445-
"category": "types",
446-
"definition": "",
447-
"fullname": "errc_t::address_of_constant_error",
448-
"hasDetails": false,
449-
"initializer": "= cudaErrorAddressOfConstant",
450-
"kind": "enumvalue",
451-
"language": "",
452-
"name": "address_of_constant_error",
453-
"qualifiedname": "address_of_constant_error",
454-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a8735487faa622d137e50d67ee7ba2c16",
455-
"title": "address_of_constant_error",
456-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-address-of-constant-error",
457-
"visibility": "public"
458-
},
459-
{
460-
"anchor": "#enumvalue-texture-fetch-failed",
461-
"category": "types",
462-
"definition": "",
463-
"fullname": "errc_t::texture_fetch_failed",
464-
"hasDetails": false,
465-
"initializer": "= cudaErrorTextureFetchFailed",
466-
"kind": "enumvalue",
467-
"language": "",
468-
"name": "texture_fetch_failed",
469-
"qualifiedname": "texture_fetch_failed",
470-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a27712e9467cb1add89650282a1bcabfa",
471-
"title": "texture_fetch_failed",
472-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-texture-fetch-failed",
473-
"visibility": "public"
474-
},
475-
{
476-
"anchor": "#enumvalue-texture-not-bound",
477-
"category": "types",
478-
"definition": "",
479-
"fullname": "errc_t::texture_not_bound",
480-
"hasDetails": false,
481-
"initializer": "= cudaErrorTextureNotBound",
482-
"kind": "enumvalue",
483-
"language": "",
484-
"name": "texture_not_bound",
485-
"qualifiedname": "texture_not_bound",
486-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a8295fef82d74756f36e8997e7db19a26",
487-
"title": "texture_not_bound",
488-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-texture-not-bound",
489-
"visibility": "public"
490-
},
491-
{
492-
"anchor": "#enumvalue-synchronization-error",
493-
"category": "types",
494-
"definition": "",
495-
"fullname": "errc_t::synchronization_error",
496-
"hasDetails": false,
497-
"initializer": "= cudaErrorSynchronizationError",
498-
"kind": "enumvalue",
499-
"language": "",
500-
"name": "synchronization_error",
501-
"qualifiedname": "synchronization_error",
502-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a6d6abfd4627e7f21238e4632de602e4c",
503-
"title": "synchronization_error",
504-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-synchronization-error",
505-
"visibility": "public"
506-
},
507395
{
508396
"anchor": "#enumvalue-invalid-filter-setting",
509397
"category": "types",
@@ -536,22 +424,6 @@
536424
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-norm-setting",
537425
"visibility": "public"
538426
},
539-
{
540-
"anchor": "#enumvalue-mixed-device-execution",
541-
"category": "types",
542-
"definition": "",
543-
"fullname": "errc_t::mixed_device_execution",
544-
"hasDetails": false,
545-
"initializer": "= cudaErrorMixedDeviceExecution",
546-
"kind": "enumvalue",
547-
"language": "",
548-
"name": "mixed_device_execution",
549-
"qualifiedname": "mixed_device_execution",
550-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a893132b23c75a1d7b43f1957482c4524",
551-
"title": "mixed_device_execution",
552-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-mixed-device-execution",
553-
"visibility": "public"
554-
},
555427
{
556428
"anchor": "#enumvalue-cuda-runtime-unloading",
557429
"category": "types",
@@ -584,38 +456,6 @@
584456
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-unknown",
585457
"visibility": "public"
586458
},
587-
{
588-
"anchor": "#enumvalue-not-yet-implemented",
589-
"category": "types",
590-
"definition": "",
591-
"fullname": "errc_t::not_yet_implemented",
592-
"hasDetails": false,
593-
"initializer": "= cudaErrorNotYetImplemented",
594-
"kind": "enumvalue",
595-
"language": "",
596-
"name": "not_yet_implemented",
597-
"qualifiedname": "not_yet_implemented",
598-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9aa5d0ca6ff826e961a9afee43a05bc273",
599-
"title": "not_yet_implemented",
600-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-not-yet-implemented",
601-
"visibility": "public"
602-
},
603-
{
604-
"anchor": "#enumvalue-memory-value-too-large",
605-
"category": "types",
606-
"definition": "",
607-
"fullname": "errc_t::memory_value_too_large",
608-
"hasDetails": false,
609-
"initializer": "= cudaErrorMemoryValueTooLarge",
610-
"kind": "enumvalue",
611-
"language": "",
612-
"name": "memory_value_too_large",
613-
"qualifiedname": "memory_value_too_large",
614-
"refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a60060f9505b4cb68e030240be6a7ce08",
615-
"title": "memory_value_too_large",
616-
"url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-memory-value-too-large",
617-
"visibility": "public"
618-
},
619459
{
620460
"anchor": "#enumvalue-invalid-resource-handle",
621461
"category": "types",
@@ -736,7 +576,7 @@
736576
"kind": "enum",
737577
"language": "cpp",
738578
"location": {
739-
"bodyEnd": 126,
579+
"bodyEnd": 116,
740580
"bodyFile": "thrust/system/cuda/error.h",
741581
"bodyStart": 50,
742582
"column": 1,

0 commit comments

Comments
 (0)