Initialize hip when single kernel is called

This commit is contained in:
Aditya Atluri
2016-03-02 08:08:45 -06:00
parent 34e81c57ff
commit ce7ae41d42
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -1090,6 +1090,7 @@ inline hipStream_t ihipSyncAndResolveStream(hipStream_t stream)
// Allows runtime to track some information about the stream.
hipStream_t ihipPreLaunchKernel(hipStream_t stream, hc::accelerator_view **av)
{
std::call_once(hip_initialized, ihipInit);
stream = ihipSyncAndResolveStream(stream);
stream->preKernelCommand();