add a missing 'device_memory::' before a function
This commit is contained in:
parent
7c783adf53
commit
a8f6f8eb07
@ -263,7 +263,7 @@ public:
|
||||
smart_ptr.reset(device_memory::allocate<T>(p.capacity));
|
||||
capacity = p.capacity;
|
||||
}
|
||||
copy_device_to_device(smart_ptr.get(), p.get(), capacity);
|
||||
device_memory::copy_device_to_device(smart_ptr.get(), p.get(), capacity);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user