-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
compilerModule, program, or kernel issues.Module, program, or kernel issues.specificationChanges or additions to the specificationChanges or additions to the specification
Milestone
Description
There seems to be an implicit requirement that ur_module_handle_t objects are SPIR-V modules. From the urProgramCreate entry point:
Create Program from input SPIR-V modules.
Do we want to restrict the ur_module_handle_t objects to contain SPIR-V only. Or is it possible that higher level language runtimes sitting on top of Unified Runtime could feed it non SPIR-V based intermediate representations for compilation to target specific executables in the adapter via the urModuleCreate -> urProgramCreate path?
Metadata
Metadata
Assignees
Labels
compilerModule, program, or kernel issues.Module, program, or kernel issues.specificationChanges or additions to the specificationChanges or additions to the specification