Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arraycontext
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
arraycontext
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6c2f57c4e89cae0c576a2d58cb8729677aa060c7
Select Git revision
Branches
2
cupyactx
main
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
11
Jun
10
9
8
20
May
12
2
1
19
Apr
7
5
17
Mar
16
3
1
15
Feb
23
Jan
16
13
12
11
27
Dec
26
24
16
25
Nov
24
17
7
6
2
29
Oct
27
24
22
20
19
18
17
15
11
5
24
Sep
22
20
4
30
Aug
29
26
24
16
12
11
21
Jul
20
17
16
14
7
6
1
30
Jun
29
28
27
25
24
22
21
20
18
17
16
15
14
13
12
11
10
11
10
9
8
7
4
2
1
29
May
28
27
26
22
21
20
5
Add tag_axes
Make typing in ArrayContext more precise using TypeVars
port deprecated uses of freeze and thaw
Add comment to warn against early exits from freeze
Use NameHint/PrefixNamed to generate better kernel names in pytato freeze
Array identifiers in pytato freezes: use "_ary", not "_actx"
Simplification: do not exit early out of freeze for 0-size arrays
CI: modernize the freezes on DOFArrays
to_numpy: thaw(freeze(...)) first
restructure the way 'freeze' is implemented. Move the major bits to `ArrayContext.freeze`
Rewrite actx.NameHint to pytato.PrefixNamed when tagging
Einsum array argument naming: Use NameHint
Add NameHint tag
Pass name of function being compiled to pt.generate_{jax,loopy}
Log function name in passes of actx.compile
Add folds in arraycontext.impl.pytato
Deprecate passing unevaluated arrays to compiled functions
Drop xfail in test_flatten_array_container
Fix Jax installation on Gitlab CI
Stop setting PY_EXE in Gitlab CI config
Generalize Pytato Array Context to allow multiple targets
test JAXArrayContext
CI: adds jax to requirements
defines JAXArrayContext
clean up downstream tests
gitlab-ci: remove EXTRA_INSTALL exports
further clarifies the role of ArrayContext.aray_types
tests to_numpy(...) on frozen arrays
adds cla.Array to PytatoPyOpenCLArrayContext.array_types
implement _with_new_tags for taggable.Axis
support unions in dataclass_array_container
with_container_arithmetic: Default cls_has_array_context_attr based on presence of attribute
add typing to ArrayContext
allow dataclass containers with only DeviceArrays
transform DAG before making it a placeholder
Stringify return type of flat_size_and_dtype to avoid py3.9+ type subscript
Add flat_size_and_dtype
fix TaggableCLArray copy with queue
Make get_container_context_recursively return actx or error
PyOpenCLArrayContext.make_einsum: use `tagged` tags for the output array as well
Loading