Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
sycl::queue *OSPRayEnvironment::GetAppsSyclQueue()
89
{
90
if (ownSYCL && !appsSyclQueue)
91
appsSyclQueue = new sycl::queue;
92
return appsSyclQueue;
93
}
94
#endif
Callers
4
main
Function · 0.80
~TestUSMSharing
Method · 0.80
SetUp
Method · 0.80
SetUp
Method · 0.80
Calls
no outgoing calls
Tested by
4
main
Function · 0.64
~TestUSMSharing
Method · 0.64
SetUp
Method · 0.64
SetUp
Method · 0.64