Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Andreas Klöckner
pyopencl
Commits
ec0673da
There was a problem fetching the pipeline summary.
Commit
ec0673da
authored
7 years ago
by
Matt Wala
Browse files
Options
Downloads
Patches
Plain Diff
Pacify flake8.
parent
c4e247c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18
pyopencl.scan: Add support for on-disk caching of generated code
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyopencl/invoker.py
+0
-1
0 additions, 1 deletion
pyopencl/invoker.py
pyopencl/scan.py
+0
-1
0 additions, 1 deletion
pyopencl/scan.py
with
0 additions
and
2 deletions
pyopencl/invoker.py
+
0
−
1
View file @
ec0673da
...
...
@@ -358,7 +358,6 @@ def _generate_enqueue_and_set_args_module(function_name,
return
gen
.
get_picklable_module
(),
enqueue_name
invoker_cache
=
PersistentDict
(
"
pyopencl-invoker-cache-v1
"
,
key_builder
=
_NumpyTypesKeyBuilder
())
...
...
This diff is collapsed.
Click to expand it.
pyopencl/scan.py
+
0
−
1
View file @
ec0673da
...
...
@@ -1098,7 +1098,6 @@ class _GenericScanKernelBase(object):
has_double_support
(
dev
)
for
dev
in
devices
),
)
index_typename
=
dtype_to_ctype
(
self
.
index_dtype
)
scan_typename
=
dtype_to_ctype
(
dtype
)
...
...
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