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
Ben Sepanski
loopy
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3514b7be604305e7edb48498c756cc47405c845b
Select Git revision
Branches
20
120-implementation-issue-with-alignment
163-fix
adjust-ltemp-fix-scalars
admissible-inames-finder-avoid-pulling-in-extraneous-constraints
arguments-as-basestorage
barrier-insertion-use-self-dependencies
barrier-insertion-with-finer-dependency-tracking
better-offset-treatment
c99_native_complex_target
c_pragma
c_vec
c_vec_tag
cache-improvements
cache-invoker-and-type-inf
cl-function-descriptions
count-function-fix
count-granularity2
cpu-mutilevel-scan
divide-precedence-fix
do-not-uniquify-in-executor
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
29
Sep
28
26
25
23
20
15
14
13
12
11
8
7
6
1
31
Aug
30
29
28
19
18
17
12
11
10
9
8
6
4
3
29
Jul
28
26
25
24
20
19
18
16
15
13
12
11
10
9
8
7
6
4
2
1
30
Jun
29
23
22
21
9
5
3
2
26
May
25
24
23
21
20
18
13
12
11
9
5
4
2
1
25
Apr
23
21
20
19
18
13
8
7
6
5
4
2
29
Mar
28
27
26
22
21
17
15
14
13
12
10
9
8
6
2
1
27
Feb
24
23
22
17
15
10
6
5
31
Jan
30
25
24
23
22
21
20
30
Dec
29
25
24
23
22
21
19
18
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Nov
29
28
27
Put back no-op implementation of get_kernel_call
Have DummyHostASTBuilder raise NotImplementedErrors
flake8...
[bugfix] Avoid vanishing predicates
Merge branch 'write-once-persistent-dict' into 'master'
flake8 fix.
Use store_if_not_present().
Use WriteOncePersistentDict instead of PersistentDict.
Merge branch 'kernel-identity-check' into 'master'
Add an identity check to LoopKernel.__eq__
Add an identity check to LazilyUnpicklingListWithEqAndPersistentHashing
self-eq-check
self-eq-check
Add an identity check to non-trivial __eq__ implementations.
Merge branch 'master' of ssh://gitlab.tiker.net/inducer/loopy
Catch and convert numpy integers in expr_to_aff
Fix flake8
Rename aliasing property and document its behaviour furthermore
Merge branch 'document-lbarrier' into 'master'
Add a comment about when spill and reload is necessary; add an example about how loopy complains about a missing global barrier.
mention non-global temporaries need to be saved
may be -> is
Update tutorial to mention local barrier instructions.
Merge branch 'faster-hash-key-building' into 'master'
Merge branch 'slab-decomposition-fix' into 'master'
small fix in get slab decomposition
Reduce the size of a recent update_persistent_hash() performance
Merge branch 'fix-defaultdict-construction' into 'master'
Replace defaultdict(lambda: set()) with defaultdict(set).
Merge branch 'instruction-key-builder' into 'master'
Merge branch 'uniquify' into 'master'
Check that instruction ids are strings.
Merge branch 'reduction-op-hashing' into 'master'
Make the duplicate instruction id check also run at preprocess.
* Remove automatic uniquification of instruction ids in the kernel
Fix cache collision warnings in test suite (closes #88).
Merge branch 'include-target-type-in-phash' into 'master'
Include target type in persistent hash (Fixes #88 on gitlab)
PyOpenCL executor: Don't uniquify instructions.
do-not-uniquify…
do-not-uniquify-in-executor
Implement a key builder for structural equality testing.
Implement an 'aliases_base_storage' property for TemporaryVariable
Merge branch 'do-not-uniquify-instructions-in-kernel-ctor' into 'master'
Loading