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

Function TEST

test/rocprim/test_basic.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "detail/get_rocprim_version.hpp"
30
31TEST(RocprimBasicTests, GetVersion)
32{
33 auto version = rocprim::version();
34 ASSERT_EQ(version, ROCPRIM_VERSION);
35}
36
37// get_rocprim_version_on_device is compiled in a separate source,
38// that way we can be sure that all rocPRIM functions are inline

Callers

nothing calls this directly

Calls 3

versionFunction · 0.85
obtain_device_from_ctestFunction · 0.85

Tested by

no test coverage detected