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
Accelerator
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 }}
inducer
/
arraycontext
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
9
Code
Issues
23
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
arraycontext
test
on
solve
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 15, 2022
ArrayContext.solve
inducer
committed
2a5fab2
View commit details
Copy full SHA for 2a5fab2
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
add container tests to test_array_context_np_like
alexfikl
authored and
inducer
committed
9f05f72
View commit details
Copy full SHA for 9f05f72
View code at this point
Browse repository at this point
Commits on Jun 29, 2022
Clean up array and container type annotations
Show description for 0569eab
inducer
and
MTCam
committed
0569eab
View commit details
Copy full SHA for 0569eab
View code at this point
Browse repository at this point
Support empty containers in `array_equal` (#182)
Show description for 5706e44
majosm
authored
5706e44
View commit details
Copy full SHA for 5706e44
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
filter out unavailable pytest actx factories
Show description for 80813d7
alexfikl
authored and
inducer
committed
80813d7
View commit details
Copy full SHA for 80813d7
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
Add tag_axes
Show description for 78ee5a1
inducer
and
kaushikcfd
committed
78ee5a1
View commit details
Copy full SHA for 78ee5a1
View code at this point
Browse repository at this point
port deprecated uses of freeze and thaw
alexfikl
authored and
inducer
committed
efd2d68
View commit details
Copy full SHA for efd2d68
View code at this point
Browse repository at this point
Commits on Jun 9, 2022
CI: modernize the freezes on DOFArrays
kaushikcfd
authored and
inducer
committed
b0d70e6
View commit details
Copy full SHA for b0d70e6
View code at this point
Browse repository at this point
Commits on May 20, 2022
Drop xfail in test_flatten_array_container
Show description for 8d7c872
inducer
committed
8d7c872
View commit details
Copy full SHA for 8d7c872
View code at this point
Browse repository at this point
Commits on May 12, 2022
test JAXArrayContext
kaushikcfd
committed
74f7cad
View commit details
Copy full SHA for 74f7cad
View code at this point
Browse repository at this point
Commits on May 2, 2022
tests to_numpy(...) on frozen arrays
kaushikcfd
authored and
inducer
committed
cc795c5
View commit details
Copy full SHA for cc795c5
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
support unions in dataclass_array_container
alexfikl
authored and
inducer
committed
17dcc60
View commit details
Copy full SHA for 17dcc60
View code at this point
Browse repository at this point
with_container_arithmetic: Default cls_has_array_context_attr based on presence of attribute
inducer
committed
2a0006c
View commit details
Copy full SHA for 2a0006c
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
allow dataclass containers with only DeviceArrays
alexfikl
authored and
inducer
committed
456d893
View commit details
Copy full SHA for 456d893
View code at this point
Browse repository at this point
Commits on Mar 17, 2022
Add flat_size_and_dtype
Show description for 6b8f134
inducer
and
alexfikl
committed
6b8f134
View commit details
Copy full SHA for 6b8f134
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
fix TaggableCLArray copy with queue
alexfikl
authored and
inducer
committed
6a6be64
View commit details
Copy full SHA for 6a6be64
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Make get_container_context_recursively return actx or error
inducer
committed
458e2ea
View commit details
Copy full SHA for 458e2ea
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
adds tests specific to PytatoArrayContexts
kaushikcfd
authored and
inducer
committed
3c4e304
View commit details
Copy full SHA for 3c4e304
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
Add a leaf_class parameter to flatten (#142)
Show description for 59b7956
alexfikl
authored
59b7956
View commit details
Copy full SHA for 59b7956
View code at this point
Browse repository at this point
Commits on Dec 27, 2021
Allow specifying leaf class in recursive map and map-reduce (#128)
Show description for 1810b0e
majosm
and
inducer
authored
1810b0e
View commit details
Copy full SHA for 1810b0e
View code at this point
Browse repository at this point
Commits on Dec 24, 2021
test pt_actx.compile for callables returning thawed arrays
kaushikcfd
authored and
inducer
committed
4374e44
View commit details
Copy full SHA for 4374e44
View code at this point
Browse repository at this point
Commits on Nov 7, 2021
expand tests to actually check scalars
alexfikl
authored and
inducer
committed
33884ae
View commit details
Copy full SHA for 33884ae
View code at this point
Browse repository at this point
fix scalars case in loopy_implemented_elwise_func
alexfikl
authored and
inducer
committed
4935713
View commit details
Copy full SHA for 4935713
View code at this point
Browse repository at this point
Commits on Oct 29, 2021
better error message in dataclass_array_container
alexfikl
authored and
inducer
committed
8559234
View commit details
Copy full SHA for 8559234
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
allow unflatten to skip dtype and stride checks
alexfikl
authored and
inducer
committed
bec3052
View commit details
Copy full SHA for bec3052
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
convert some is_array_container_type checks
alexfikl
authored and
inducer
committed
d03855d
View commit details
Copy full SHA for d03855d
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
Add alternate outer product (#46)
Show description for 6eaf518
3 people
authored
6eaf518
View commit details
Copy full SHA for 6eaf518
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
Merge branch 'main' into flatten-to-numpy
alexfikl
authored
6bc8d56
View commit details
Copy full SHA for 6bc8d56
View code at this point
Browse repository at this point
_serialize_ndarray_container: raise TypeError for non-object-arrays
inducer
committed
8f86278
View commit details
Copy full SHA for 8f86278
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
update xfail link
alexfikl
committed
c50ee3e
View commit details
Copy full SHA for c50ee3e
View code at this point
Browse repository at this point
Commits on Oct 16, 2021
update test skip condition
alexfikl
committed
7b03174
View commit details
Copy full SHA for 7b03174
View code at this point
Browse repository at this point
add some more tests for unflatten
alexfikl
committed
5dc9da2
View commit details
Copy full SHA for 5dc9da2
View code at this point
Browse repository at this point
add tests for flatten edge cases
alexfikl
committed
087351c
View commit details
Copy full SHA for 087351c
View code at this point
Browse repository at this point
update tests with more array container layouts
alexfikl
committed
1d914ab
View commit details
Copy full SHA for 1d914ab
View code at this point
Browse repository at this point
remove flatten_to_numpy and unflatten_from_numpy
alexfikl
committed
da86855
View commit details
Copy full SHA for da86855
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.