You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I`m trying to build simple program, that adds two vectors. And it is ok when I use cmd for compilation. But with cmake it falls in runtime with this error, when i call queue.submit:
Exception: Exception 0xe06d7363 encountered at address 0x7fff5a72fb4c
Exception: Exception 0x80000003 encountered at address 0x7ffe28d0d0eb
Exception: Exception 0xc0000005 encountered at address 0x7ffe28d0d0fe: Access violation reading location 0x00000020
Describe the bug
I`m trying to build simple program, that adds two vectors. And it is ok when I use cmd for compilation. But with cmake it falls in runtime with this error, when i call queue.submit:
This is my cmake file:
and main.cpp:
To reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: