-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add blas/ext/base/gscale-first #654
Copy link
Copy link
Open
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Metadata
Metadata
Assignees
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This API implements
This API divides each element in
xby the first element inxand assigns the results to elements iny.API signatures:
where
N: number of indexed elements.x: input strided array.strideX: stride length forx.offsetX: starting index forx.y: output strided array.strideY: stride length fory.offsetY: starting index fory.Notes
blas/ext/base/gwaxwithalpha = 1 / x_0.Follow-on Work
Once completed and merged, the following packages can be added
blas/ext/base/dscale-firstblas/ext/base/sscale-firstblas/ext/base/ndarray/dscale-firstblas/ext/base/ndarray/sscale-firstblas/ext/base/ndarray/gscale-firstblas/ext/scale-first