Support for parameter loading #7
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#7
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 #6
Now the parameters should be loaded as a "sparse" matrix as well.
One column belongs to one expression. Note: On the CPU side this is the case. On the GPU side, it is probably best to have a seperate kernel for each expression. Therefore the kernel should take only an array for all the parameters.
Since parameters are the same for all runs of a certain expression, it is best to pass them to the GPU before execution and get the values from global memory.
The result type is still a vector