We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f14dc70 + afeedac commit e8da229Copy full SHA for e8da229
1 file changed
Test/DeviceEnum/main.cpp
@@ -66,6 +66,9 @@ int main( int argc, char** argv )
66
e = oroCtxCreate( &ctx, 0, device );
67
ERROR_CHECK( e );
68
69
+ e = oroCtxSetCurrent( ctx );
70
+ ERROR_CHECK( e );
71
+
72
//try kernel execution
73
oroFunction function;
74
{
0 commit comments