Users are passing in row-major data. We want to natively support row-major in PCA without copying the data to be in col-major format.
This will require changes in raft since all the current primitives for PCA are in col-major. Some primitives may support row-major others may need to be refactored.
Users are passing in row-major data. We want to natively support row-major in PCA without copying the data to be in col-major format.
This will require changes in raft since all the current primitives for PCA are in col-major. Some primitives may support row-major others may need to be refactored.