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 }}
ValeevGroup
/
tiledarray
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
326
Code
Issues
38
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Device support for
TA::Tensor
via
TA::UMTensor
- #554
#554
Draft
ajay-mk
wants to merge 22 commits into
master
ValeevGroup/tiledarray:master
from
ajay/feature/umtensor
ValeevGroup/tiledarray:ajay/feature/umtensor
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Draft
Device support for
TA::Tensor
via
TA::UMTensor
#554
ajay-mk
wants to merge 22 commits into
master
ValeevGroup/tiledarray:master
from
ajay/feature/umtensor
ValeevGroup/tiledarray:ajay/feature/umtensor
Copy head branch name to clipboard
Commits
Commits on May 12, 2026
device: scaffold UMTensor type + is_device_tile specialization
Show description for ff878bb
ajay-mk
committed
ff878bb
View commit details
Copy full SHA for ff878bb
Browse repository at this point
device: tier-1 tile-op overloads for UMTensor
Show description for 20a35bb
ajay-mk
committed
20a35bb
View commit details
Copy full SHA for 20a35bb
Browse repository at this point
device: add permute / shift / mult + perm-variants for UMTensor
Show description for f8e870e
ajay-mk
committed
f8e870e
View commit details
Copy full SHA for f8e870e
Browse repository at this point
device: fix in-place op dispatch + correct scale semantics, add expression tests
Show description for ca5c9df
ajay-mk
committed
ca5c9df
View commit details
Copy full SHA for ca5c9df
Browse repository at this point
device: expand UMTensor expression tests (in-place ops, blocks, einsum, contraction variants)
Show description for d7add87
ajay-mk
committed
d7add87
View commit details
Copy full SHA for d7add87
Browse repository at this point
device: add UMTensor archive support + array-level helpers
Show description for c53eab4
ajay-mk
committed
c53eab4
View commit details
Copy full SHA for c53eab4
Browse repository at this point
device: explicit instantiations of UMTensor for standard numeric types
Show description for 32f6131
ajay-mk
committed
32f6131
View commit details
Copy full SHA for 32f6131
Browse repository at this point
device: add UMTensor dense + vector example programs
Show description for 4dc2eeb
ajay-mk
committed
4dc2eeb
View commit details
Copy full SHA for 4dc2eeb
Browse repository at this point
Commits on May 13, 2026
device: drop redundant compile_test_tier1 instantiation probe
Show description for f0c6ec7
ajay-mk
committed
f0c6ec7
View commit details
Copy full SHA for f0c6ec7
Browse repository at this point
device: drop unused UMTensorArg concept; reword scaffolding comments
Show description for a00c93a
ajay-mk
committed
a00c93a
View commit details
Copy full SHA for a00c93a
Browse repository at this point
chore: update .gitignore to avoide build directories
ajay-mk
committed
1ad8c69
View commit details
Copy full SHA for 1ad8c69
Browse repository at this point
device: update host-device conversion helpers
Show description for 05d7e55
ajay-mk
committed
05d7e55
View commit details
Copy full SHA for 05d7e55
Browse repository at this point
device: constrain UMTensor tile ops to numeric element types
Show description for ee31fa9
ajay-mk
committed
ee31fa9
View commit details
Copy full SHA for ee31fa9
Browse repository at this point
Commits on May 21, 2026
refactor: move static_asserts to tests and fixup comments in device/tensor.cpp
ajay-mk
committed
bab98d3
View commit details
Copy full SHA for bab98d3
Browse repository at this point
device: tidy UMTensor tile-op overloads (requires-only constraints, TA_EXCEPTION, doc fixups, formatting)
ajay-mk
committed
6e570cd
View commit details
Copy full SHA for 6e570cd
Browse repository at this point
test: expand and cleanup UMTensor expression coverage; tighten tolerances to at least 1e-12
ajay-mk
committed
3a6039a
View commit details
Copy full SHA for 3a6039a
Browse repository at this point
Merge remote-tracking branch 'origin/master' into ajay/feature/umtensor
ajay-mk
committed
69611e4
View commit details
Copy full SHA for 69611e4
Browse repository at this point
device: add missing congruence asserts to UMTensor gemm overloads
Show description for 2b5137f
ajay-mk
committed
2b5137f
View commit details
Copy full SHA for 2b5137f
Browse repository at this point
device: sync after async to_host prefetch in UM->host paths
Show description for 3fabd11
ajay-mk
committed
3fabd11
View commit details
Copy full SHA for 3fabd11
Browse repository at this point
device: small UMTensor cleanups
Show description for ba5efa2
ajay-mk
committed
ba5efa2
View commit details
Copy full SHA for ba5efa2
Browse repository at this point
Commits on May 22, 2026
chore: reformat source files
ajay-mk
committed
7730bb4
View commit details
Copy full SHA for 7730bb4
Browse repository at this point
Commits on Jun 6, 2026
Merge branch 'master' into ajay/feature/umtensor
ajay-mk
committed
54b09f9
View commit details
Copy full SHA for 54b09f9
Browse repository at this point
You can’t perform that action at this time.