Interpreter index calculation #10

Closed
opened 2024-12-11 10:53:13 +01:00 by Daniel · 1 comment
Daniel commented 2024-12-11 10:53:13 +01:00 (Migrated from git.elosia.mooo.com)

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 commented 2025-03-28 19:30:24 +01:00 (Migrated from git.elosia.mooo.com)

-1 because Julia indexing starts at 1

-1 because Julia indexing starts at 1
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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.