Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2d0fc8f
device allocated USM seamless host access
danhoeflinger Mar 30, 2023
26347b4
construct allocator aware (BROKEN: cant pass allocator to kernel)
danhoeflinger Mar 30, 2023
d59369c
working with static construct function
danhoeflinger Mar 30, 2023
a519a84
Fix treatment of default constructor
danhoeflinger Mar 30, 2023
8bb63db
adding destroy functionality
danhoeflinger Mar 30, 2023
c77643d
making device_allocator_traits similar to std
danhoeflinger Mar 30, 2023
7894c6d
switch to using oneDPL range functionality; misc.
danhoeflinger Mar 31, 2023
e1da65a
Comments
danhoeflinger Mar 31, 2023
4040b6a
removing unnecessary TODO
danhoeflinger Mar 31, 2023
54861b3
Adding warning to usm_device_allocator
danhoeflinger Mar 31, 2023
c93b743
clang-format
danhoeflinger Mar 31, 2023
9297bc1
provide explicit copy constructor
danhoeflinger Mar 31, 2023
f55a86b
remove ambiguous constructor
danhoeflinger Mar 31, 2023
bcc6507
device_vector AllocatorAwareContainer requirements
danhoeflinger Mar 31, 2023
9309b93
Fix bug with operator--
danhoeflinger Apr 3, 2023
504e0ff
removing custom swap kernel
danhoeflinger Apr 4, 2023
3220e78
adjusting device reference to hold ptr internally
danhoeflinger Apr 4, 2023
7069a8d
passing pointer, not reference to device_reference
danhoeflinger Apr 4, 2023
3d43770
(breaking) bug fix
danhoeflinger Apr 4, 2023
438616d
resolves issue of missing kernel compilation
danhoeflinger Apr 6, 2023
4afce04
launching single kernel per operator
danhoeflinger Apr 6, 2023
7a77d30
__attribute__((__used__)) instead of virtual
danhoeflinger Apr 6, 2023
87a173e
Adding device_ref to be ref of device_pointer
danhoeflinger Apr 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading