NVIDIA / accelerated-computing-hub

NVIDIA curated collection of educational resources related to general purpose GPU programming.
Other
135 stars 29 forks source link

Use ``from_map`` over ``from_delayed`` #32

Open phofl opened 1 week ago

phofl commented 1 week ago

We've started moving users away from from_delayed a while ago since from_map has significantly better integration into the query optimiser.

See here for docs