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
Alexandru Fikl
arraycontext
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ce7ef43def8a8be7b11be06ca067d5a5acdfabad
Select Git revision
Branches
3
ci-remove-extras
fix-mypy
main
default
protected
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
29
Jun
27
26
19
14
11
10
9
8
20
May
12
10
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 ArrayContext.freeze_thaw
Clean up array and container type annotations
Bump Python compat target to 3.8
Expose types for subpackages in package root
Support empty containers in `array_equal` (#182)
split dataclass_array_container for easier modification
rearrange jax.fake_numpy to match other contexts
update numpy coverage
advertise jax support a bit more
filter out unavailable pytest actx factories
Make name of doc build flag more global, explain
added check for not checking strides of 0-sized arrays
Add type annotationf for _freeze_prg_cache, _dag_transform_cache
Add compile_trace_callback to pytato array contexts
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
Loading