File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1007,15 +1007,15 @@ ur_program_handle_t_::ur_program_handle_t_(ur_context_handle_t Context)
10071007ur_program_handle_t_::ur_program_handle_t_ (state, ur_context_handle_t Context,
10081008 ze_module_handle_t InteropZeModule)
10091009 : Context{Context}, NativeProperties{nullptr }, OwnZeModule{true },
1010- AssociatedDevices ({Context->getDevices ()[0 ]}),
1011- InteropZeModule{ InteropZeModule} {}
1010+ AssociatedDevices ({Context->getDevices ()[0 ]}), InteropZeModule{
1011+ InteropZeModule} {}
10121012
10131013ur_program_handle_t_::ur_program_handle_t_ (state, ur_context_handle_t Context,
10141014 ze_module_handle_t InteropZeModule,
10151015 bool OwnZeModule)
10161016 : Context{Context}, NativeProperties{nullptr }, OwnZeModule{OwnZeModule},
1017- AssociatedDevices ({Context->getDevices ()[0 ]}),
1018- InteropZeModule{ InteropZeModule} {
1017+ AssociatedDevices ({Context->getDevices ()[0 ]}), InteropZeModule{
1018+ InteropZeModule} {
10191019 // TODO: Currently it is not possible to understand the device associated
10201020 // with provided ZeModule. So we can't set the state on that device to Exe.
10211021}
You can’t perform that action at this time.
0 commit comments