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
04fd3c7a
There was a problem fetching the pipeline summary.
Commit
04fd3c7a
authored
8 years ago
by
Andreas Klöckner
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #167 from hightower8083/bugfix-apple-radeon-scan
Apple AMD Radeon GPU bug-fix
parents
52610646
3021f0fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyopencl/scan.py
+5
-2
5 additions, 2 deletions
pyopencl/scan.py
with
5 additions
and
2 deletions
pyopencl/scan.py
+
5
−
2
View file @
04fd3c7a
...
...
@@ -295,8 +295,11 @@ void ${kernel_name}(
if (LID_0 == 0 && unit_base != interval_begin)
{
scan_type tmp = ldata[K][WG_SIZE - 1].value;
scan_type tmp_aux = ldata[0][0].value;
ldata[0][0].value = SCAN_EXPR(
ldata[K][WG_SIZE - 1].value, ldata[0][0].value
,
tmp, tmp_aux
,
%if is_segmented:
(l_segment_start_flags[0][0])
%else:
...
...
@@ -760,7 +763,7 @@ _PREFIX_WORDS = set("""
group_base seg_end my_val DEBUG ARGS
ints_to_store ints_per_wg scan_types_per_int linear_index
linear_scan_data_idx dest src store_base wrapped_scan_type
dummy scan_tmp
dummy scan_tmp
tmp_aux
LID_2 LID_1 LID_0
LDIM_0 LDIM_1 LDIM_2
...
...
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