2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-20 16:32:26 +00:00
Files
compute/test/test_string.cpp
Jakub Szuppe 2af23fa7e9 Change various tests to work with non-default context
Now all tests work even if Context::context, Context::device,
Context::queue are not default context, device and queue. This
is required for developing better tests in the future.

Note: Some tests may work only for default context/queue/device
since classes that they test work only for default context/q/d.
There are two solutions for this problem: either those tests run
on default queue (no matter what) or they does not run when
Context::context is not the default context. See test_string.cpp.
2016-07-16 20:30:28 +02:00

2.7 KiB