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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
ae1d9854
Commit
ae1d9854
authored
4 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Fix issue #185, minor error on prox_sp* GPU decls.
parent
9d73e9ca
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_prox_gpu.h
+2
-2
2 additions, 2 deletions
src/faust_linear_operator/GPU2/faust_prox_gpu.h
with
2 additions
and
2 deletions
src/faust_linear_operator/GPU2/faust_prox_gpu.h
+
2
−
2
View file @
ae1d9854
...
...
@@ -56,11 +56,11 @@ namespace Faust
template
<
typename
FPP
>
void
prox_sp_pos
(
MatDense
<
FPP
,
GPU2
>
&
M
,
faust_unsigned_int
k
,
const
bool
normalized
=
true
,
const
bool
pos
=
false
);
template
<
typename
FPP
>
void
prox_spcol
(
MatDense
<
FPP
,
GPU2
>
&
M
,
faust_unsigned_int
k
,
const
bool
normalized
=
true
,
const
bool
pos
=
false
);
void
prox_spcol
(
MatDense
<
FPP
,
GPU2
>
&
M
,
faust_unsigned_int
k
,
const
bool
normalized
=
true
,
const
bool
pos
=
false
,
const
bool
pure_gpu
=
true
);
template
<
typename
FPP
>
void
prox_splin
(
MatDense
<
FPP
,
GPU2
>
&
M
,
faust_unsigned_int
k
,
const
bool
normalized
=
true
,
const
bool
pos
=
false
,
const
bool
pure_gpu
=
true
);
template
<
typename
FPP
>
void
prox_splincol
(
MatDense
<
FPP
,
GPU2
>
&
M
,
faust_unsigned_int
k
,
const
bool
normalized
=
true
,
const
bool
pos
=
false
,
const
bool
pure_gpu
=
true
);
void
prox_splincol
(
MatDense
<
FPP
,
GPU2
>
&
M
,
faust_unsigned_int
k
,
const
bool
normalized
=
true
,
const
bool
pos
=
false
);
template
<
typename
FPP
>
void
prox_supp
(
MatDense
<
FPP
,
GPU2
>
&
M
,
const
MatDense
<
FPP
,
GPU2
>
&
supp
,
const
bool
normalized
=
true
,
const
bool
pos
=
false
);
template
<
typename
FPP
>
...
...
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