gt:gpu
slowdown on gtpy
v1 due to change in allocation
#412
Labels
enhancement
New feature or request
gt:gpu
slowdown on gtpy
v1 due to change in allocation
#412
gt4py
v1 removes theStorage
class and allow any__array_interface__
describing object to be bound. Unfortunately, the defaultcupy
allocation used in our model has a bad stride (should have unit stride) leading to performance decrease in the backend.Potential solution:
The text was updated successfully, but these errors were encountered: