MCPcopy Create free account
hub / github.com/RenderKit/ospray / GetAppsSyclQueue

Method GetAppsSyclQueue

apps/ospTestSuite/environment.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88sycl::queue *OSPRayEnvironment::GetAppsSyclQueue()
89{
90 if (ownSYCL && !appsSyclQueue)
91 appsSyclQueue = new sycl::queue;
92 return appsSyclQueue;
93}
94#endif

Callers 4

mainFunction · 0.80
~TestUSMSharingMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80

Calls

no outgoing calls

Tested by 4

mainFunction · 0.64
~TestUSMSharingMethod · 0.64
SetUpMethod · 0.64
SetUpMethod · 0.64