Interpreter index calculation #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Interpreter.jl line 41
Somehow there is a "blockIdx().x - 1". Every example does not appear to have this -1 there. Check if this leads to errors. Might be correct since Julia arrays index at 1, but I dunno. If this is correct, then the transpiler needs to also perform this "-1".