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
/
dpctl
Public
Notifications
You must be signed in to change notification settings
Fork
40
Star
130
Code
Issues
38
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix gh-1279, implement tensor.allclose
- #1343
#1343
Merged
oleksandr-pavlyk
merged 15 commits into
master
IntelPython/dpctl:master
from
fix-gh-1279
IntelPython/dpctl:fix-gh-1279
Copy head branch name to clipboard
Aug 18, 2023
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Fix gh-1279, implement tensor.allclose
#1343
oleksandr-pavlyk
merged 15 commits into
master
IntelPython/dpctl:master
from
fix-gh-1279
IntelPython/dpctl:fix-gh-1279
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2023
Clean up of operator special methods
Show description for 48c2ad2
oleksandr-pavlyk
committed
48c2ad2
View commit details
Copy full SHA for 48c2ad2
Browse repository at this point
Removed leftover include iostream
oleksandr-pavlyk
committed
7d9974e
View commit details
Copy full SHA for 7d9974e
Browse repository at this point
Closes gh-1279
Show description for 5f298e6
oleksandr-pavlyk
committed
5f298e6
View commit details
Copy full SHA for 5f298e6
Browse repository at this point
Closes gh-1279 for dpt.sqrt
Show description for 4a2578f
oleksandr-pavlyk
committed
4a2578f
View commit details
Copy full SHA for 4a2578f
Browse repository at this point
Implements dpctl.tensor.allclose
Show description for 26862b4
oleksandr-pavlyk
committed
26862b4
View commit details
Copy full SHA for 26862b4
Browse repository at this point
Adds tests for special FP values for dpt.abs and dpt.sqrt
oleksandr-pavlyk
committed
b121d67
View commit details
Copy full SHA for b121d67
Browse repository at this point
Added tests for type promotion in tensor.allclose
oleksandr-pavlyk
committed
d60d58e
View commit details
Copy full SHA for d60d58e
Browse repository at this point
Commits on Aug 16, 2023
Fixes per PR review feedback
Show description for ea6dd27
oleksandr-pavlyk
committed
ea6dd27
View commit details
Copy full SHA for ea6dd27
Browse repository at this point
Adds tests for atol/rtol
Show description for f36af57
oleksandr-pavlyk
committed
f36af57
View commit details
Copy full SHA for f36af57
Browse repository at this point
tensor.allclose to use abs(a-b) < max(atol, rtol*max(abs(a), abs(b)))
oleksandr-pavlyk
committed
a75fff8
View commit details
Copy full SHA for a75fff8
Browse repository at this point
Completion of fix for gh-1058
Show description for ff3c680
oleksandr-pavlyk
committed
ff3c680
View commit details
Copy full SHA for ff3c680
Browse repository at this point
Commits on Aug 17, 2023
Scale down arguments and scale back the result
Show description for c4312cb
oleksandr-pavlyk
committed
c4312cb
View commit details
Copy full SHA for c4312cb
Browse repository at this point
Avoid using sycl::ilogb, but use own implementation
Show description for bb52bb1
oleksandr-pavlyk
committed
bb52bb1
View commit details
Copy full SHA for bb52bb1
Browse repository at this point
Set defines to use std::abs and std::sqrt on Linux
Show description for ba9a595
oleksandr-pavlyk
committed
ba9a595
View commit details
Copy full SHA for ba9a595
Browse repository at this point
Removed stray include iostream
oleksandr-pavlyk
committed
142190f
View commit details
Copy full SHA for 142190f
Browse repository at this point
You can’t perform that action at this time.