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 5b1a948 commit bc5f219Copy full SHA for bc5f219
OpenCLKernelBuilder/src/main/scala/com/thoughtworks/compute/OpenCLKernelBuilder.scala
@@ -212,7 +212,7 @@ trait OpenCLKernelBuilder extends FloatArrays {
212
}
213
214
val indexId = freshName("index")
215
- indexId -> fast"size_t $indexId = ${products.mkFastring(" + ")};\n"
+ indexId -> fast"offset_t $indexId = ${products.mkFastring(" + ")};\n"
216
}).unzip
217
218
// fast"
0 commit comments