MCPcopy Create free account
hub / github.com/ROCm/rocPRIM / TEST

Function TEST

test/rocprim/test_device_histogram.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203TEST(RocprimDeviceHistogramEven, IncorrectInput)
204{
205 testHistogramEvenIncorrectInput();
206}
207
208template<class T>
209using is_half = std::is_same<rocprim::half, typename std::remove_cv<T>::type>;

Callers

nothing calls this directly

Tested by

no test coverage detected