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
a5e29b4d
Commit
a5e29b4d
authored
13 years ago
by
Nicolas Pinto
Browse files
Options
Downloads
Patches
Plain Diff
Remove reference to pycuda code ;-)
parent
21275d0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyopencl/elementwise.py
+3
-3
3 additions, 3 deletions
pyopencl/elementwise.py
with
3 additions
and
3 deletions
pyopencl/elementwise.py
+
3
−
3
View file @
a5e29b4d
...
...
@@ -262,12 +262,12 @@ def get_linear_combination_kernel(summand_descriptors,
# TODO: Port this!
raise
NotImplementedError
from
py
cuda
.tools
import
dtype_to_ctype
from
py
cuda
.elementwise
import
\
from
py
opencl
.tools
import
dtype_to_ctype
from
py
opencl
.elementwise
import
\
VectorArg
,
ScalarArg
,
get_elwise_module
args
=
[]
preamble
=
[
"
#include <pycuda-helpers.hpp>
\n\n
"
]
preamble
=
[]
loop_prep
=
[]
summands
=
[]
tex_names
=
[]
...
...
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