You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah that is a complication. Possibly will be an issue with automated testing? Is it possible to filter example tests by required CUDA version? Although we have other examples now that use the Tile API, so I guess it's no different.
This just means we don't directly support matrix multiplication unless you're running CUDA 12+ after the deprecation.
Yes, wp.matmul is currently used as the default dense matrix-vector multiplication algorithm for the iterative linear solvers. A tile-based alternative should be possible, and I don't believe the linear solvers are part of the officially supported API, so limiting support to cuda 12 might be an option.
Description
wp.matmul()
will eventually be removed, so we want to make sure this example uses the tile programming model.The text was updated successfully, but these errors were encountered: