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
Commits
66693459
Commit
66693459
authored
7 years ago
by
James Stevens
Browse files
Options
Downloads
Patches
Plain Diff
added CountGranularity to loopy.__init__
parent
6ffb9e3a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
loopy/__init__.py
+2
-2
2 additions, 2 deletions
loopy/__init__.py
with
2 additions
and
2 deletions
loopy/__init__.py
+
2
−
2
View file @
66693459
...
...
@@ -119,8 +119,8 @@ from loopy.transform.add_barrier import add_barrier
from
loopy.type_inference
import
infer_unknown_types
from
loopy.preprocess
import
preprocess_kernel
,
realize_reduction
from
loopy.schedule
import
generate_loop_schedules
,
get_one_scheduled_kernel
from
loopy.statistics
import
(
ToCountMap
,
stringify_stats_mapping
,
Op
,
MemAccess
,
get_op_poly
,
get_op_map
,
get_lmem_access_poly
,
from
loopy.statistics
import
(
ToCountMap
,
CountGranularity
,
stringify_stats_mapping
,
Op
,
MemAccess
,
get_op_poly
,
get_op_map
,
get_lmem_access_poly
,
get_DRAM_access_poly
,
get_gmem_access_poly
,
get_mem_access_map
,
get_synchronization_poly
,
get_synchronization_map
,
gather_access_footprints
,
gather_access_footprint_bytes
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment