We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d8571 commit e4380f1Copy full SHA for e4380f1
1 file changed
testing/scan_by_key.cu
@@ -363,15 +363,6 @@ DECLARE_VECTOR_UNITTEST(TestScanByKeyReusedKeys);
363
template <typename T>
364
void TestInclusiveScanByKey(const size_t n)
365
{
366
- // XXX WAR nvbug 1541533
367
-#if 0 //THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_MSVC
368
- if(typeid(T) == typeid(char) ||
369
- typeid(T) == typeid(unsigned char))
370
- {
371
- KNOWN_FAILURE;
372
- }
373
-#endif
374
-
375
thrust::host_vector<int> h_keys(n);
376
thrust::default_random_engine rng;
377
for(size_t i = 0, k = 0; i < n; i++){
0 commit comments