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.
4816d3a5798bf2b1e7107f8682b40d76426bd555
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
15
Oct
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
remove unused memoize_in
improve docs for serialize_container
complain if unflattened strides do not match
update tests with more array container layouts
raise if flattened container does not have homogeneous dtypes
remove flatten_to_numpy and unflatten_from_numpy
rename argument in unflatten_to_numpy
mention that serialize_container should be deterministic
add flatten and unflatten
add flatten to numpy for an entire container
Fix typo in transform_loopy_program log message
Use ProcessLogger in LazilyCompilingFunctionCaller to make codegen bottlenecks more visible
add any/all/array_equal to PytatoPyOpenCLArrayContext.np
Define ArrayContext.permits_advanced_indexing
raise TypeError instead of NotImplementedError in de/serialize_container
test and fix map_array_container on scalars
add array_equal to PyOpenCLArrayContext.np
defines PytatoFakeNumpyNamespace.broadcast_to
support reductions with targeted axes
Create einsum loopy kernel with offsets allowed
require reduce_func to be associative in non-recursive reductions too
add non-recursive reductions
Clarify reduction documentation (#82)
Allow registering MultiVector as an array container
Add a feature flag for nonscalar broadcasting
fix type signature of wrapper func
add ArrayT to fix mypy without limiting ContainerT usefulness
fix mypy failure
split ArrayContainerT into ContainerT and ArrayOrContainerT
use the standard doc config (#77)
_normalize_pt_expr: perform the transformation for a dict-of-named-arrays
defines PytatoPyOpenCLArrayContext.transform_dag
Pass no_numpy option for pytato loopy generation
PytatoPyOpenCLArrayContext.compile: add support for keyword arguments
[PytatoPyOpenCLArrayContext] Do not evaluate array expressions for 0-sized arrays (#69)
add tests for any and all
add any and all to PyOpenCLArrayContext
test actx.compile with python scalars
improves scalar's dtype guess
Cache codegen result in freeze() (#56)
Loading