Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
IntelPython
/
dpnp
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
130
Code
Issues
53
Pull requests
26
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
dublicate: Add dpnp.linalg.solve() function
- #1578
#1578
Closed
vlad-perevezentsev
wants to merge 15 commits into
master
IntelPython/dpnp:master
from
impl_solve
IntelPython/dpnp:impl_solve
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
dublicate: Add dpnp.linalg.solve() function
#1578
vlad-perevezentsev
wants to merge 15 commits into
master
IntelPython/dpnp:master
from
impl_solve
IntelPython/dpnp:impl_solve
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2023
Add dpnp.linalg.solve() function
vlad-perevezentsev
committed
6500a6c
View commit details
Copy full SHA for 6500a6c
Browse repository at this point
Commits on Oct 6, 2023
Check validity of input array shapes
vlad-perevezentsev
committed
51663d0
View commit details
Copy full SHA for 51663d0
Browse repository at this point
Add logic for a.ndim > 2
vlad-perevezentsev
committed
00b7041
View commit details
Copy full SHA for 00b7041
Browse repository at this point
Raise value_error if coeff_matrix_nd != 2 in gesv
vlad-perevezentsev
committed
e4e15ad
View commit details
Copy full SHA for e4e15ad
Browse repository at this point
Add cupy tests for dpnp.linalg.solve()
vlad-perevezentsev
committed
e762c66
View commit details
Copy full SHA for e762c66
Browse repository at this point
Commits on Oct 10, 2023
Add LinAlgError exception and extend error handling for mkl::lapack::gesv
vlad-perevezentsev
committed
a0f76d5
View commit details
Copy full SHA for a0f76d5
Browse repository at this point
Update test_solve
vlad-perevezentsev
committed
89f47c7
View commit details
Copy full SHA for 89f47c7
Browse repository at this point
Add test_solve to test scope
vlad-perevezentsev
committed
159c460
View commit details
Copy full SHA for 159c460
Browse repository at this point
Commits on Oct 12, 2023
Fix getting nrhs to avoid CPU falling tests
vlad-perevezentsev
committed
2ad3aa8
View commit details
Copy full SHA for 2ad3aa8
Browse repository at this point
Add test_solve to test_sycl_queue
vlad-perevezentsev
committed
ac02cf2
View commit details
Copy full SHA for ac02cf2
Browse repository at this point
Add more tests for solve()
vlad-perevezentsev
committed
035d983
View commit details
Copy full SHA for 035d983
Browse repository at this point
Commits on Oct 13, 2023
Register a LinAlgError in dpnp.linalg submodule
vlad-perevezentsev
committed
f80ba4b
View commit details
Copy full SHA for f80ba4b
Browse repository at this point
Raise dpnp.linalg.LinAlgError in solve()
vlad-perevezentsev
committed
9a3db74
View commit details
Copy full SHA for 9a3db74
Browse repository at this point
Commits on Oct 15, 2023
Small changes to the docstrings
vlad-perevezentsev
committed
a8b4fec
View commit details
Copy full SHA for a8b4fec
Browse repository at this point
Merge master into impl_solve
vlad-perevezentsev
committed
40e74ae
View commit details
Copy full SHA for 40e74ae
Browse repository at this point
You can’t perform that action at this time.