Support for variables as matrices #6
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Daniel/master-thesis#6
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?
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.