MUDA
Loading...
Searching...
No Matches
util_type.h
1#pragma once
2#include <cub/util_type.cuh>
3namespace muda
4{
5template <typename Key, typename Value>
6using KeyValuePair = cub::KeyValuePair<Key, Value>;
7}