Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
0c415dbb
Commit
0c415dbb
authored
Jan 20, 2020
by
Davis King
Browse files
Add little test
parent
f71e49f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
dlib/test/cublas.cpp
dlib/test/cublas.cpp
+5
-0
No files found.
dlib/test/cublas.cpp
View file @
0c415dbb
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment