Advertisement
Guest User

Compiler output

a guest
Dec 28th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.57 KB | None | 0 0
  1. /home/protobit/primer/main.cu(12): warning: calling a __host__ function from a __host__ __device__ function is not allowed
  2.  
  3. /home/protobit/primer/main.cu(18): warning: calling a __host__ function from a __host__ __device__ function is not allowed
  4.  
  5. /home/protobit/primer/main.cu(12): warning: calling a __host__ function("tracy::GetThreadHandle") from a __host__ __device__ function("operator new ") is not allowed
  6.  
  7. /home/protobit/primer/main.cu(12): warning: calling a __host__ function("tracy::GetProfiler") from a __host__ __device__ function("operator new ") is not allowed
  8.  
  9. /home/protobit/primer/main.cu(12): warning: calling a __host__ function("__gthread_mutex_lock") from a __host__ __device__ function("operator new ") is not allowed
  10.  
  11. /home/protobit/primer/main.cu(12): warning: calling a __host__ function("std::__throw_system_error") from a __host__ __device__ function("operator new ") is not allowed
  12.  
  13. /home/protobit/primer/main.cu(12): warning: calling a __host__ function("tracy::Profiler::SendMemAlloc") from a __host__ __device__ function("operator new ") is not allowed
  14.  
  15. /home/protobit/primer/main.cu(12): warning: calling a __host__ function("tracy::GetProfiler") from a __host__ __device__ function("operator new ") is not allowed
  16.  
  17. /home/protobit/primer/main.cu(12): warning: calling a __host__ function("__gthread_mutex_unlock") from a __host__ __device__ function("operator new ") is not allowed
  18.  
  19. /home/protobit/primer/main.cu(18): warning: calling a __host__ function("tracy::GetThreadHandle") from a __host__ __device__ function("operator delete ") is not allowed
  20.  
  21. /home/protobit/primer/main.cu(18): warning: calling a __host__ function("tracy::GetProfiler") from a __host__ __device__ function("operator delete ") is not allowed
  22.  
  23. /home/protobit/primer/main.cu(18): warning: calling a __host__ function("__gthread_mutex_lock") from a __host__ __device__ function("operator delete ") is not allowed
  24.  
  25. /home/protobit/primer/main.cu(18): warning: calling a __host__ function("std::__throw_system_error") from a __host__ __device__ function("operator delete ") is not allowed
  26.  
  27. /home/protobit/primer/main.cu(18): warning: calling a __host__ function("tracy::Profiler::SendMemFree") from a __host__ __device__ function("operator delete ") is not allowed
  28.  
  29. /home/protobit/primer/main.cu(18): warning: calling a __host__ function("tracy::GetProfiler") from a __host__ __device__ function("operator delete ") is not allowed
  30.  
  31. /home/protobit/primer/main.cu(18): warning: calling a __host__ function("__gthread_mutex_unlock") from a __host__ __device__ function("operator delete ") is not allowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement