-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Specification Version
SYCL 2020 (Revision 11)
Section Number(s)
somehere
Bug Description
event prefetch(void* ptr, std::size_t numBytes);
event prefetch(void* ptr, std::size_t numBytes, event depEvent);
event prefetch(void* ptr, std::size_t numBytes,
const std::vector<event>& depEvents);
/* -- Shortcut functions: mem_advise -- */
event mem_advise(void* ptr, std::size_t numBytes, int advice);
event mem_advise(void* ptr, std::size_t numBytes, int advice, event depEvent);
event mem_advise(void* ptr, std::size_t numBytes, int advice,
const std::vector<event>& depEvents);
Adabtivecpp: already implemented as const
DPCP: Maybe?
- For sure will clarify into launch_queue khr
- Maybe clarification fix into SYCL 2020
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working