We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd0cfdc + 6d61c7f commit 3b9899eCopy full SHA for 3b9899e
src/thrust/ThrustStream.cu
@@ -36,8 +36,6 @@ ThrustStream<T>::ThrustStream(const intptr_t array_size, int device)
36
std::cout << "Thrust backend: TBB" << std::endl;
37
#elif THRUST_DEVICE_SYSTEM == THRUST_DEVICE_SYSTEM_CPP
38
std::cout << "Thrust backend: CPP" << std::endl;
39
-#elif THRUST_DEVICE_SYSTEM == THRUST_DEVICE_SYSTEM_TBB
40
- std::cout << "Thrust backend: TBB" << std::endl;
41
#else
42
43
#if defined(THRUST_DEVICE_SYSTEM_HIP) && THRUST_DEVICE_SYSTEM == THRUST_DEVICE_SYSTEM_HIP
0 commit comments