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
Implement
dpnp.linalg.lu_factor
2D inputs
- #2557
#2557
Merged
vlad-perevezentsev
merged 19 commits into
master
IntelPython/dpnp:master
from
impl_lu_factor
IntelPython/dpnp:impl_lu_factor
Copy head branch name to clipboard
Aug 28, 2025
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Implement
dpnp.linalg.lu_factor
2D inputs
#2557
vlad-perevezentsev
merged 19 commits into
master
IntelPython/dpnp:master
from
impl_lu_factor
IntelPython/dpnp:impl_lu_factor
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2025
Extract _batched_lu_factor() to simplify batched logic in _lu_factor()
vlad-perevezentsev
committed
7128c6b
View commit details
Copy full SHA for 7128c6b
Browse repository at this point
Commits on Aug 4, 2025
Allow F-contig input in getrf
vlad-perevezentsev
committed
8d491a0
View commit details
Copy full SHA for 8d491a0
Browse repository at this point
Allow F-contig input in getrf_batch
vlad-perevezentsev
committed
0d4a33a
View commit details
Copy full SHA for 0d4a33a
Browse repository at this point
Commits on Aug 5, 2025
Implement dpnp_lu_factor() and update _lu_factor()
vlad-perevezentsev
committed
86381ca
View commit details
Copy full SHA for 86381ca
Browse repository at this point
Simplify lu_factor by moving logic to dpnp_lu_factor
vlad-perevezentsev
committed
6e3ad57
View commit details
Copy full SHA for 6e3ad57
Browse repository at this point
Commits on Aug 12, 2025
Extend getrf to support non-square matrices
vlad-perevezentsev
committed
63138e9
View commit details
Copy full SHA for 63138e9
Browse repository at this point
Raise NotImplementedError for bathed matrices
vlad-perevezentsev
committed
8a17f67
View commit details
Copy full SHA for 8a17f67
Browse repository at this point
Add implementation of dpnp.linalg.lu_factor()
vlad-perevezentsev
committed
6fe2fe4
View commit details
Copy full SHA for 6fe2fe4
Browse repository at this point
Add sycl_queue and usm_type tests
vlad-perevezentsev
committed
e781beb
View commit details
Copy full SHA for e781beb
Browse repository at this point
Commits on Aug 13, 2025
Add TestLuFactor
vlad-perevezentsev
committed
506d24d
View commit details
Copy full SHA for 506d24d
Browse repository at this point
Merge master into impl_lu_factor
vlad-perevezentsev
committed
a3d31c8
View commit details
Copy full SHA for a3d31c8
Browse repository at this point
Add test_overwrite_copy_special to improve coverage
vlad-perevezentsev
committed
08f5ca3
View commit details
Copy full SHA for 08f5ca3
Browse repository at this point
Align test_linalg.py with master
vlad-perevezentsev
committed
c2f2971
View commit details
Copy full SHA for c2f2971
Browse repository at this point
Commits on Aug 19, 2025
Apply comment
vlad-perevezentsev
committed
74f6c63
View commit details
Copy full SHA for 74f6c63
Browse repository at this point
Merge master into impl_lu_factor
vlad-perevezentsev
committed
25f7ab3
View commit details
Copy full SHA for 25f7ab3
Browse repository at this point
Commits on Aug 22, 2025
Apply remarks
vlad-perevezentsev
committed
3276f92
View commit details
Copy full SHA for 3276f92
Browse repository at this point
Simplify _apply_pivots_rows
vlad-perevezentsev
committed
4cf630d
View commit details
Copy full SHA for 4cf630d
Browse repository at this point
Merge remote-tracking branch 'origin/master' into impl_lu_factor
vlad-perevezentsev
committed
2f21467
View commit details
Copy full SHA for 2f21467
Browse repository at this point
Commits on Aug 26, 2025
Merge master into impl_lu_factor
vlad-perevezentsev
committed
66c0803
View commit details
Copy full SHA for 66c0803
Browse repository at this point
You can’t perform that action at this time.