Support for parameter loading #7

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

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

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
Daniel added this to the Julia to PTX Transpiler project 2024-09-22 09:49:14 +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#7
No description provided.