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.
0395fcaf7258adfec504381d6e97b7a93e0a48d0
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
2
May
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
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
adds tests specific to PytatoArrayContexts
make the frozen type of PytatoPyOpenCLArrayContext to be TaggableCLArrays
define TaggableCLArray
tag pt arrays' axes
recursively add tags to all arrays in the container
fix typo in ndarray serialization
use svg for pypi badge
remove stray _get_scalar_func_loopy_program
add numpy support in each array context to the docs
Remove BaseFakeNumpySpace's dependency on call_loopy (#88)
Add a leaf_class parameter to flatten (#142)
avoid copy in flatten by not calling concatenate
Actually use _ScalarLike in from_numpy
Tighten type info on {rec_,}keyed_map_array_container
Disable fail-fast on downstream CI
Tighten type information for from_numpy
Allow specifying leaf class in recursive map and map-reduce (#128)
Mirgecom downstream CI: Use mpi4py from conda
mypy cfg: set minimum python version to 3.8 to allow pytato to pass
pytato: Convert einsum arg_names into PrefixNamed tags
test pt_actx.compile for callables returning thawed arrays
PytatoPyOpenCLArrayContext.compile: support returning arrays
fix type mismatch in serialize_container argument
PytatoPyOpenCLArrayContext: always invoke MPMS materializer
make dict of named arrays only once
Merge pull request #124 from inducer/refactor-pytato-compile-exec
Refactor PytatoActx.compile for usability by distributed
expand tests to actually check scalars
Loading