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.
ef786c92b715e64a06e74f9b97e83b71700b3b85
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
24
Dec
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
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
fix scalars case in loopy_implemented_elwise_func
use np.isscalar instead of isinstance(x, Number)
fix small typos
remove __mro__ check in is_array_container_type
add type annotations to is_array_field
better error message in dataclass_array_container
Fix a ci-support script name in Github CI script
Drop a now-extraneous type: ignore
Use edit_requirements_txt_for_downstream_in_subdir for downstream CI
add DeviceArray type alias for typing
use make_placeholder instead of Placeholder
allow unflatten to skip dtype and stride checks
add specific array container exception type
simplify new_like allocation
remove is_array_container_type in multimap
convert some is_array_container_type checks
allow scalars in to_numpy
adds PytatoPyOpenCLArrayContext.compile to docs
introduces FromArrayContextCompile tag
Add alternate outer product (#46)
Merge pull request #91 from alexfikl/flatten-to-numpy
Merge branch 'main' into flatten-to-numpy
remove unused _scalar_list_norm
_serialize_ndarray_container: raise TypeError for non-object-arrays
Deprecate is_array_container
Merge branch 'main' into flatten-to-numpy
do not force host transfers when computing norms
Teach PyOpenCLArrayContext how to deal with loopy programs without loops
pyopencl: remove unused astype
update xfail link
unflatten: better check that template and ary sizes match
improve docs
Loading