"tools/python/src/git:/github.com/visionworkz/dlib" did not exist on "5cf80dda6aeda352c6e1160b8943298f290200a7"
Commit 0c415dbb authored by Davis King's avatar Davis King
Browse files

Add little test

parent f71e49f2
...@@ -58,6 +58,11 @@ namespace ...@@ -58,6 +58,11 @@ namespace
void perform_test ( void perform_test (
) )
{ {
{
cuda::cuda_data_ptr<float> nonconst;
cuda::cuda_data_ptr<const float> const_ptr(nonconst);
}
test_inv(); test_inv();
{ {
resizable_tensor a(4,3), b(3,4), c(3,3); resizable_tensor a(4,3), b(3,4), c(3,3);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment