Skip to content
  • Toby Isaac's avatar
    Vec: Add Vec*Async_Private() for elementwise functions · 7a2fbddb
    Toby Isaac authored
    Add Vec*Async_Private() that takes a device context and syncs
    if the device context has a global blocking stream.
    
    Make equivalent Vec*(v, ...) function is an alias for
    Vec*Async_Private(v, ..., dctx) for consistency.
    
    These functions may be made public in the future.
    
    fixup
    7a2fbddb