Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add blas/base/dtrsm #2518

Open
wants to merge 37 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2252453
feat: add blas/base/dtrsm/lib
Pranavchiku Jul 6, 2024
12708a5
chore: apply suggestions from code review
Pranavchiku Jul 6, 2024
4b951ba
enh: support offsetA and offsetB
Pranavchiku Jul 6, 2024
5d0646d
fix: incorrect base implementation
Pranavchiku Jul 8, 2024
4fe27b2
chore: add examples
Pranavchiku Jul 8, 2024
510cc17
chore: add readme
Pranavchiku Jul 8, 2024
6569dc8
chore: add package.json
Pranavchiku Jul 8, 2024
bc4f4c2
fix: incorrect readme example
Pranavchiku Jul 8, 2024
d121f15
chore: add repl.txt
Pranavchiku Jul 8, 2024
6b3562f
chore: add docs/types
Pranavchiku Jul 8, 2024
2f00ec3
chore: add benchmark
Pranavchiku Jul 8, 2024
78d49ac
test: add and register
Pranavchiku Jul 8, 2024
9ad1e43
enh: files in lib/
Pranavchiku Jul 8, 2024
851ed80
fix: incorrect description of ndarray api in readme
Pranavchiku Jul 8, 2024
93204fd
refactor: base implementation
Pranavchiku Jul 9, 2024
86d36ca
fix: lint warnings in base.js
Pranavchiku Jul 9, 2024
df96605
chore: apply code review
Pranavchiku Jul 9, 2024
8b7a997
fix: lint error in repl.txt part 1
Pranavchiku Jul 9, 2024
4ff0296
Merge branch 'dtrsm' of https://github.com/Pranavchiku/stdlib into dtrsm
Pranavchiku Jul 9, 2024
6ceef42
refactor: base implementation and consequent changes
Pranavchiku Jul 24, 2024
acc78cc
refactor: repl.txt
Pranavchiku Jul 24, 2024
35db166
chore: apply suggestion from code review
Pranavchiku Jul 24, 2024
48b8231
refactor: base implementation to compute offsets before loop
Pranavchiku Jul 24, 2024
2eea9ee
chore: work in progress
Pranavchiku Jul 25, 2024
53e44c9
Merge branch 'develop' into dtrsm
Pranavchiku Jul 25, 2024
355a56e
refactor: remove fixtures
Pranavchiku Jul 25, 2024
17b2671
refactor: remove fixtures from ndarray tests
Pranavchiku Jul 25, 2024
9deb187
refactor: docs/repl.txt
Pranavchiku Jul 25, 2024
5f3be19
chore: update description of tests
Pranavchiku Jul 25, 2024
2bae813
chore: update description of ndarray tests
Pranavchiku Jul 25, 2024
b50078f
test: add tests for complex access patterns
Pranavchiku Jul 25, 2024
7e295de
fix: incorrect spelling of contiguous
Pranavchiku Jul 25, 2024
6585a6a
chore: apply suggestions from code review
Pranavchiku Jul 25, 2024
f710cd3
Merge branch 'develop' into dtrsm
Pranavchiku Aug 8, 2024
03532e0
refactor: base implementation and consequent changes
Pranavchiku Aug 8, 2024
d0183d3
test: add more values
Pranavchiku Aug 8, 2024
449f2d5
Merge branch 'dtrsm' of https://github.com/Pranavchiku/stdlib into dtrsm
Pranavchiku Aug 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading