Skip to content
Snippets Groups Projects
Commit 4b8c0f08 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Lint

parent d39a6831
No related branches found
No related tags found
No related merge requests found
Pipeline #20016 failed
...@@ -198,7 +198,7 @@ cudaMalloc{ndim}Array(&{array}, &channel_desc_{texture_name}, """ + ( ...@@ -198,7 +198,7 @@ cudaMalloc{ndim}Array(&{array}, &channel_desc_{texture_name}, """ + (
{copy_params}.kind = cudaMemcpyDeviceToDevice; {copy_params}.kind = cudaMemcpyDeviceToDevice;
cudaMemcpy3D(&{copy_params});""" # noqa cudaMemcpy3D(&{copy_params});""" # noqa
elif self._texture.field.ndim == 2: elif self._texture.field.ndim == 2:
# noqa: cudaMemcpy2DToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void *src, size_t spitch, size_t width, size_t height, enum cudaMemcpyKind kind); # noqa, cudaMemcpy2DToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void *src, size_t spitch, size_t width, size_t height, enum cudaMemcpyKind kind);
return f"""cudaMemcpy2DToArray({array}, return f"""cudaMemcpy2DToArray({array},
0u, 0u,
0u, 0u,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment