Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
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
Model registry
Operate
Environments
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
Kaushik Kulkarni
loopy
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1776d4ae6b45ce5273d76b4ed475aa9d5f293dd7
Select Git revision
Branches
20
120-implementation-issue-with-alignment
adjust-ltemp-fix-scalars
admissible-inames-finder-avoid-pulling-in-extraneous-constraints
arguments-as-basestorage
bad_dessign
barrier-insertion-use-self-dependencies
barrier-insertion-with-finer-dependency-tracking
better-offset-treatment
c_pragma
c_vec_tag
cache-improvements
cache-invoker-and-type-inf
cl-function-descriptions
count-function-fix
count-granularity2
cpu-mutilevel-scan
deeply_bureaucratic_transform_addressing
do-not-uniquify-in-executor
dont-approximate-hw-loop-lbound
elif-else
Tags
5
v2017.2
v2017.1
v2016.2
v2016.1.1
v2016.1
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
20
Oct
19
18
17
16
15
12
11
10
6
5
4
29
Sep
28
21
18
16
14
8
1
27
Aug
19
18
16
14
13
12
10
9
8
3
2
1
31
Jul
28
27
26
25
18
14
13
12
10
7
5
29
Jun
28
27
23
13
12
9
8
7
6
5
4
3
28
May
27
26
25
23
22
21
20
17
16
13
12
11
10
8
6
4
2
28
Apr
21
18
11
10
9
4
1
31
Mar
30
29
25
22
21
16
15
14
13
12
10
9
3
1
29
Feb
28
27
26
25
24
23
18
12
11
8
7
6
30
Jan
29
28
26
25
24
23
22
21
19
18
15
14
7
16
Dec
8
7
2
1
30
Nov
29
28
27
25
21
4
26
Oct
22
18
17
16
14
13
9
8
1
30
Sep
23
22
add unroll / conditional test
Merge branch 'master' of github.com:inducer/loopy
Make temporary elimination aware of base_storage (Issue #36)
Add support for nops
Generalize guess_var_shape
Take rhss into account, too, when figuring out temporary shapes
Tweak instruction imports
read_dependency_names: do not attempt to modify frozenset
Fix class in super() for CInstruction.read_dependency_names
Predicates are no longer strings: do not intern
Turn predicates into full-fledged expressions (Github issue #37)
Fix codegen differences from switch to C ASTs
Add missing future import
Merge porter:src/loopy
Extract var shape guessing into a separate function
Toward common subexpression elimination in subscripts: generate C (and related languages) via an AST
Fix with_transformed_expressions for special instructions
Update compyte
ilp in loopy.transform, not loopy.
Merge gitlab.tiker.net:inducer/loopy
Improve documentation/interface of alias_temporaries
Merge branch 'allow-ignoring-boostable-into' into 'master'
Merge remote-tracking branch 'upstream/master'
combined get_lmem_access_poly and get_gmem_access_poly into get_mem_access_poly
Add barrier and nop instructions
Move instruction classes to their own file
Merge remote-tracking branch 'upstream/master'
allowing for data types entered as np.float64 and converting to np.dtype(np.float64)
merged StridedGmemAccess and LmemAccess into MemAccess, also reformatted long lines of code
TypedOp -> Op
Fix updating for InstructionBase instances passed into make_kernel
Add FAQ about group dependencies
Update LBM test
Allow id_prefix,dep in with blocks
Improve an instruction creation error message
Trying to re-preprocess already-preprocessed kernel: don't complain, just return it
Fix encoding in setup.py
Also use ignore_boostable_into in the scheduler
ignore_boostable_into_field -> ignore_boostable_into
Improve documentation of add_prefetch
Loading