forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Graph ImplementationRelated to DPC++ implementation and testingRelated to DPC++ implementation and testingbugSomething isn't workingSomething isn't working
Description
Trying to do a memcpy using a queue with the lazy_queue
property causes program termination with the following error:
die: The host-visible proxy event missing
terminate called without an active exception
This presents an issue for both example code/test having to manually initialize USM memory and also for future users of a prototype implementation who would likely want to use memcpy
.
Metadata
Metadata
Assignees
Labels
Graph ImplementationRelated to DPC++ implementation and testingRelated to DPC++ implementation and testingbugSomething isn't workingSomething isn't working