Skip to content

Commit

Permalink
GTEST/CUDA: define string name for cuda-managed
Browse files Browse the repository at this point in the history
  • Loading branch information
bureddy committed Oct 11, 2018
1 parent 1addb65 commit 1e47640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/uct/test_md.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern "C" {
#include <cuda_runtime.h>
#endif

std::string const test_md::mem_types[] = {"host", "cuda"};
std::string const test_md::mem_types[] = {"host", "cuda", "cuda-managed"};

void* test_md::alloc_thread(void *arg)
{
Expand Down

0 comments on commit 1e47640

Please sign in to comment.