Interpreter index calculation #10

Open
opened 2024-12-11 10:53:13 +01:00 by Daniel · 0 comments
Owner

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".

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".
Daniel pinned this 2024-12-11 10:53:30 +01:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Daniel/master-thesis#10
No description provided.