Commit 0c415dbb authored by Davis King's avatar Davis King
Browse files

Add little test

parent f71e49f2
......@@ -58,6 +58,11 @@ namespace
void perform_test (
)
{
{
cuda::cuda_data_ptr<float> nonconst;
cuda::cuda_data_ptr<const float> const_ptr(nonconst);
}
test_inv();
{
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