Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
faust group
faust
Commits
34ca4e72
Commit
34ca4e72
authored
3 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Fix Faust::TransformHelper::<FPP, GPU2>::init_fancy_idx_transform (issue #262).
parent
2e465ed2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
+2
-2
2 additions, 2 deletions
src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
with
2 additions
and
2 deletions
src/faust_linear_operator/GPU2/faust_TransformHelper_gpu.hpp
+
2
−
2
View file @
34ca4e72
...
...
@@ -874,9 +874,9 @@ namespace Faust
template
<
typename
FPP
>
void
TransformHelper
<
FPP
,
GPU2
>::
init_fancy_idx_transform
(
TransformHelper
<
FPP
,
GPU2
>*
th
,
faust_unsigned_int
*
row_ids
,
faust_unsigned_int
num_rows
,
faust_unsigned_int
*
col_ids
,
faust_unsigned_int
num_cols
)
{
TransformHelperGen
<
FPP
,
GPU2
>::
init_fancy_idx_transform
(
th
,
s
);
TransformHelperGen
<
FPP
,
GPU2
>::
init_fancy_idx_transform
(
th
,
row_ids
,
num_rows
,
col_ids
,
num_col
s
);
//TODO: lazy indexing for GPU2 as for CPU (it needs to implement indexMultiply too)
this
->
eval_
sliced
_Transform
();
this
->
eval_
fancy_idx
_Transform
();
}
}
...
...
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