We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d3762 commit 0888d7bCopy full SHA for 0888d7b
lib/GPUArraysCore/src/GPUArraysCore.jl
@@ -117,7 +117,7 @@ function assertscalar(op = "operation")
117
end
118
119
@noinline function _assertscalar(op, behavior)
120
- desc = """Invocation of $op resulted in scalar indexing of a GPU array.
+ desc = """Invocation of '$op' resulted in scalar indexing of a GPU array.
121
This is typically caused by calling an iterating implementation of a method.
122
Such implementations *do not* execute on the GPU, but very slowly on the CPU,
123
and therefore should be avoided.
0 commit comments