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
gaoqiong
composable_kernel
Commits
667e52cc
Commit
667e52cc
authored
Jun 22, 2022
by
inumellc
Browse files
Changed the DeviceMem default constructor definiton
parent
c996cddf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/include/ck/library/host_tensor/device.hpp
library/include/ck/library/host_tensor/device.hpp
+1
-1
No files found.
library/include/ck/library/host_tensor/device.hpp
View file @
667e52cc
...
@@ -32,7 +32,7 @@ inline void hip_check_error(hipError_t x)
...
@@ -32,7 +32,7 @@ inline void hip_check_error(hipError_t x)
struct
DeviceMem
struct
DeviceMem
{
{
DeviceMem
()
=
de
lete
;
DeviceMem
()
=
de
fault
;
DeviceMem
(
std
::
size_t
mem_size
);
DeviceMem
(
std
::
size_t
mem_size
);
void
*
GetDeviceBuffer
();
void
*
GetDeviceBuffer
();
std
::
size_t
GetBufferSize
();
std
::
size_t
GetBufferSize
();
...
...
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