Support for variables as matrices #6

Open
opened 2024-09-22 09:47:27 +02:00 by Daniel · 0 comments
Owner

DEPENDS ON #5

The variable loading should now be extended. Instead of a single value, an entire matrix should be loaded.

Depending on how things turn out, it might actually work with only passing a vector to the kernel. One column for each thread. This would be the best case because it would simplify PTX generation, but I don't now yet if this is possible.

Now one expression is executed for each column of the variable matrix, each with its own sets of variables.
The result is now a Vector.

DEPENDS ON #5 The variable loading should now be extended. Instead of a single value, an entire matrix should be loaded. Depending on how things turn out, it might actually work with only passing a vector to the kernel. One column for each thread. This would be the best case because it would simplify PTX generation, but I don't now yet if this is possible. Now one expression is executed for each column of the variable matrix, each with its own sets of variables. The result is now a Vector.
Daniel added this to the Julia to PTX Transpiler project 2024-09-22 09:47:27 +02:00
Sign in to join this conversation.
No Label
No Milestone
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#6
No description provided.