From 7c40df832f54e4bf095289352d55625fd829c626 Mon Sep 17 00:00:00 2001 From: miscco Date: Mon, 30 Jan 2023 08:13:23 -0800 Subject: [PATCH] Deploy Documentation: Merge pull request #1855 from miscco/remove_error_codes Remove deprecated error codes e056c7a2d01032399be61bd1173a48d3cbfda35b --- ...m_3_01cuda_1_1errc_1_1errc__t_01_4.md.json | 6 +- api/groups/group__system__diagnostics.md.json | 4 +- .../namespacethrust_1_1cuda.md.json | 2 +- .../namespacethrust_1_1cuda__cub.md.json | 2 +- .../namespacethrust_1_1system.md.json | 6 +- ...mespacethrust_1_1system_1_1cuda_1_1errc.md | 10 -- ...cethrust_1_1system_1_1cuda_1_1errc.md.json | 162 +----------------- 7 files changed, 11 insertions(+), 181 deletions(-) diff --git a/api/classes/structthrust_1_1system_1_1is__error__code__enum_3_01cuda_1_1errc_1_1errc__t_01_4.md.json b/api/classes/structthrust_1_1system_1_1is__error__code__enum_3_01cuda_1_1errc_1_1errc__t_01_4.md.json index 7b09e3a8c..a9bc9aee5 100644 --- a/api/classes/structthrust_1_1system_1_1is__error__code__enum_3_01cuda_1_1errc_1_1errc__t_01_4.md.json +++ b/api/classes/structthrust_1_1system_1_1is__error__code__enum_3_01cuda_1_1errc_1_1errc__t_01_4.md.json @@ -23,12 +23,12 @@ "kind": "struct", "language": "cpp", "location": { - "bodyEnd": 150, + "bodyEnd": 140, "bodyFile": "thrust/system/cuda/error.h", - "bodyStart": 150, + "bodyStart": 140, "column": 10, "file": "thrust/system/cuda/error.h", - "line": 150 + "line": 140 }, "name": "thrust::system::is_error_code_enum< cuda::errc::errc_t >", "override": false, diff --git a/api/groups/group__system__diagnostics.md.json b/api/groups/group__system__diagnostics.md.json index 7304ecb82..4acfb4bd0 100644 --- a/api/groups/group__system__diagnostics.md.json +++ b/api/groups/group__system__diagnostics.md.json @@ -331,7 +331,7 @@ "location": { "column": 19, "file": "thrust/system/cuda/error.h", - "line": 156 + "line": 146 }, "name": "make_error_code", "override": false, @@ -484,7 +484,7 @@ "location": { "column": 24, "file": "thrust/system/cuda/error.h", - "line": 162 + "line": 152 }, "name": "make_error_condition", "override": false, diff --git a/api/namespaces/namespacethrust_1_1cuda.md.json b/api/namespaces/namespacethrust_1_1cuda.md.json index 03b54551f..51b750770 100644 --- a/api/namespaces/namespacethrust_1_1cuda.md.json +++ b/api/namespaces/namespacethrust_1_1cuda.md.json @@ -15,7 +15,7 @@ "location": { "column": 1, "file": "thrust/system/cuda/error.h", - "line": 171 + "line": 161 }, "name": "thrust::cuda", "override": false, diff --git a/api/namespaces/namespacethrust_1_1cuda__cub.md.json b/api/namespaces/namespacethrust_1_1cuda__cub.md.json index c01d5905e..ea5043740 100644 --- a/api/namespaces/namespacethrust_1_1cuda__cub.md.json +++ b/api/namespaces/namespacethrust_1_1cuda__cub.md.json @@ -14,7 +14,7 @@ "location": { "column": 1, "file": "thrust/system/cuda/error.h", - "line": 166 + "line": 156 }, "name": "thrust::cuda_cub", "override": false, diff --git a/api/namespaces/namespacethrust_1_1system.md.json b/api/namespaces/namespacethrust_1_1system.md.json index e14e099c1..08f958c24 100644 --- a/api/namespaces/namespacethrust_1_1system.md.json +++ b/api/namespaces/namespacethrust_1_1system.md.json @@ -357,7 +357,7 @@ "location": { "column": 29, "file": "thrust/system/cuda/error.h", - "line": 143 + "line": 133 }, "name": "cuda_category", "note": [ @@ -404,7 +404,7 @@ "location": { "column": 19, "file": "thrust/system/cuda/error.h", - "line": 156 + "line": 146 }, "name": "make_error_code", "override": false, @@ -449,7 +449,7 @@ "location": { "column": 24, "file": "thrust/system/cuda/error.h", - "line": 162 + "line": 152 }, "name": "make_error_condition", "override": false, diff --git a/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md b/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md index 798b58a57..6a2b1b48b 100644 --- a/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md +++ b/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md @@ -29,7 +29,6 @@ Enum thrust::system::cuda::errc::errc_t | `memory_allocation` | `cudaErrorMemoryAllocation` | | | `initialization_error` | `cudaErrorInitializationError` | | | `launch_failure` | `cudaErrorLaunchFailure` | | -| `prior_launch_failure` | `cudaErrorPriorLaunchFailure` | | | `launch_timeout` | `cudaErrorLaunchTimeout` | | | `launch_out_of_resources` | `cudaErrorLaunchOutOfResources` | | | `invalid_device_function` | `cudaErrorInvalidDeviceFunction` | | @@ -40,23 +39,14 @@ Enum thrust::system::cuda::errc::errc_t | `invalid_symbol` | `cudaErrorInvalidSymbol` | | | `map_buffer_object_failed` | `cudaErrorMapBufferObjectFailed` | | | `unmap_buffer_object_failed` | `cudaErrorUnmapBufferObjectFailed` | | -| `invalid_host_pointer` | `cudaErrorInvalidHostPointer` | | -| `invalid_device_pointer` | `cudaErrorInvalidDevicePointer` | | | `invalid_texture` | `cudaErrorInvalidTexture` | | | `invalid_texture_binding` | `cudaErrorInvalidTextureBinding` | | | `invalid_channel_descriptor` | `cudaErrorInvalidChannelDescriptor` | | | `invalid_memcpy_direction` | `cudaErrorInvalidMemcpyDirection` | | -| `address_of_constant_error` | `cudaErrorAddressOfConstant` | | -| `texture_fetch_failed` | `cudaErrorTextureFetchFailed` | | -| `texture_not_bound` | `cudaErrorTextureNotBound` | | -| `synchronization_error` | `cudaErrorSynchronizationError` | | | `invalid_filter_setting` | `cudaErrorInvalidFilterSetting` | | | `invalid_norm_setting` | `cudaErrorInvalidNormSetting` | | -| `mixed_device_execution` | `cudaErrorMixedDeviceExecution` | | | `cuda_runtime_unloading` | `cudaErrorCudartUnloading` | | | `unknown` | `cudaErrorUnknown` | | -| `not_yet_implemented` | `cudaErrorNotYetImplemented` | | -| `memory_value_too_large` | `cudaErrorMemoryValueTooLarge` | | | `invalid_resource_handle` | `cudaErrorInvalidResourceHandle` | | | `not_ready` | `cudaErrorNotReady` | | | `insufficient_driver` | `cudaErrorInsufficientDriver` | | diff --git a/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md.json b/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md.json index 31a795df0..064a17e55 100644 --- a/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md.json +++ b/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.md.json @@ -168,22 +168,6 @@ "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-launch-failure", "visibility": "public" }, - { - "anchor": "#enumvalue-prior-launch-failure", - "category": "types", - "definition": "", - "fullname": "errc_t::prior_launch_failure", - "hasDetails": false, - "initializer": "= cudaErrorPriorLaunchFailure", - "kind": "enumvalue", - "language": "", - "name": "prior_launch_failure", - "qualifiedname": "prior_launch_failure", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9afd5690aa07252c2c511250b9d535b3c9", - "title": "prior_launch_failure", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-prior-launch-failure", - "visibility": "public" - }, { "anchor": "#enumvalue-launch-timeout", "category": "types", @@ -344,38 +328,6 @@ "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-unmap-buffer-object-failed", "visibility": "public" }, - { - "anchor": "#enumvalue-invalid-host-pointer", - "category": "types", - "definition": "", - "fullname": "errc_t::invalid_host_pointer", - "hasDetails": false, - "initializer": "= cudaErrorInvalidHostPointer", - "kind": "enumvalue", - "language": "", - "name": "invalid_host_pointer", - "qualifiedname": "invalid_host_pointer", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9ac899179321d7d0620492f978fdda7e19", - "title": "invalid_host_pointer", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-host-pointer", - "visibility": "public" - }, - { - "anchor": "#enumvalue-invalid-device-pointer", - "category": "types", - "definition": "", - "fullname": "errc_t::invalid_device_pointer", - "hasDetails": false, - "initializer": "= cudaErrorInvalidDevicePointer", - "kind": "enumvalue", - "language": "", - "name": "invalid_device_pointer", - "qualifiedname": "invalid_device_pointer", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a4adf8570945f4c201b22be9bad58edb6", - "title": "invalid_device_pointer", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-device-pointer", - "visibility": "public" - }, { "anchor": "#enumvalue-invalid-texture", "category": "types", @@ -440,70 +392,6 @@ "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-memcpy-direction", "visibility": "public" }, - { - "anchor": "#enumvalue-address-of-constant-error", - "category": "types", - "definition": "", - "fullname": "errc_t::address_of_constant_error", - "hasDetails": false, - "initializer": "= cudaErrorAddressOfConstant", - "kind": "enumvalue", - "language": "", - "name": "address_of_constant_error", - "qualifiedname": "address_of_constant_error", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a8735487faa622d137e50d67ee7ba2c16", - "title": "address_of_constant_error", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-address-of-constant-error", - "visibility": "public" - }, - { - "anchor": "#enumvalue-texture-fetch-failed", - "category": "types", - "definition": "", - "fullname": "errc_t::texture_fetch_failed", - "hasDetails": false, - "initializer": "= cudaErrorTextureFetchFailed", - "kind": "enumvalue", - "language": "", - "name": "texture_fetch_failed", - "qualifiedname": "texture_fetch_failed", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a27712e9467cb1add89650282a1bcabfa", - "title": "texture_fetch_failed", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-texture-fetch-failed", - "visibility": "public" - }, - { - "anchor": "#enumvalue-texture-not-bound", - "category": "types", - "definition": "", - "fullname": "errc_t::texture_not_bound", - "hasDetails": false, - "initializer": "= cudaErrorTextureNotBound", - "kind": "enumvalue", - "language": "", - "name": "texture_not_bound", - "qualifiedname": "texture_not_bound", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a8295fef82d74756f36e8997e7db19a26", - "title": "texture_not_bound", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-texture-not-bound", - "visibility": "public" - }, - { - "anchor": "#enumvalue-synchronization-error", - "category": "types", - "definition": "", - "fullname": "errc_t::synchronization_error", - "hasDetails": false, - "initializer": "= cudaErrorSynchronizationError", - "kind": "enumvalue", - "language": "", - "name": "synchronization_error", - "qualifiedname": "synchronization_error", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a6d6abfd4627e7f21238e4632de602e4c", - "title": "synchronization_error", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-synchronization-error", - "visibility": "public" - }, { "anchor": "#enumvalue-invalid-filter-setting", "category": "types", @@ -536,22 +424,6 @@ "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-invalid-norm-setting", "visibility": "public" }, - { - "anchor": "#enumvalue-mixed-device-execution", - "category": "types", - "definition": "", - "fullname": "errc_t::mixed_device_execution", - "hasDetails": false, - "initializer": "= cudaErrorMixedDeviceExecution", - "kind": "enumvalue", - "language": "", - "name": "mixed_device_execution", - "qualifiedname": "mixed_device_execution", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a893132b23c75a1d7b43f1957482c4524", - "title": "mixed_device_execution", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-mixed-device-execution", - "visibility": "public" - }, { "anchor": "#enumvalue-cuda-runtime-unloading", "category": "types", @@ -584,38 +456,6 @@ "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-unknown", "visibility": "public" }, - { - "anchor": "#enumvalue-not-yet-implemented", - "category": "types", - "definition": "", - "fullname": "errc_t::not_yet_implemented", - "hasDetails": false, - "initializer": "= cudaErrorNotYetImplemented", - "kind": "enumvalue", - "language": "", - "name": "not_yet_implemented", - "qualifiedname": "not_yet_implemented", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9aa5d0ca6ff826e961a9afee43a05bc273", - "title": "not_yet_implemented", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-not-yet-implemented", - "visibility": "public" - }, - { - "anchor": "#enumvalue-memory-value-too-large", - "category": "types", - "definition": "", - "fullname": "errc_t::memory_value_too_large", - "hasDetails": false, - "initializer": "= cudaErrorMemoryValueTooLarge", - "kind": "enumvalue", - "language": "", - "name": "memory_value_too_large", - "qualifiedname": "memory_value_too_large", - "refid": "namespacethrust_1_1system_1_1cuda_1_1errc_1aa85296e139480048904a5eb91e2aa0f9a60060f9505b4cb68e030240be6a7ce08", - "title": "memory_value_too_large", - "url": "{{ site.baseurl }}/api/namespaces/namespacethrust_1_1system_1_1cuda_1_1errc.html#enumvalue-memory-value-too-large", - "visibility": "public" - }, { "anchor": "#enumvalue-invalid-resource-handle", "category": "types", @@ -736,7 +576,7 @@ "kind": "enum", "language": "cpp", "location": { - "bodyEnd": 126, + "bodyEnd": 116, "bodyFile": "thrust/system/cuda/error.h", "bodyStart": 50, "column": 1,