Simple PTX generation #4

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

Generate PTX out of one expression that only contains hard coded values.

The expressions therefore look something like this:

  • 1 + 5
  • 1 + 5 * 7
  • 1 + 5 * 7 + sqrt(9) - log(10)
Generate PTX out of one expression that only contains hard coded values. The expressions therefore look something like this: - 1 + 5 - 1 + 5 * 7 - 1 + 5 * 7 + sqrt(9) - log(10)
Daniel added this to the Julia to PTX Transpiler project 2024-09-22 09:42:13 +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#4
No description provided.