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.3.
Show more breadcrumbs
faust group
faust
Commits
84528ceb
Commit
84528ceb
authored
5 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Update to
gpu_mod@a2f16c94
(1.1.0).
parent
184f5e77
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gpu_mod
+1
-1
1 addition, 1 deletion
gpu_mod
src/faust_linear_operator/CPU/faust_gpu_mod.hpp
+2
-2
2 additions, 2 deletions
src/faust_linear_operator/CPU/faust_gpu_mod.hpp
with
3 additions
and
3 deletions
gpu_mod
@
a2f16c94
Compare
933f3af9
...
a2f16c94
Subproject commit
933f3af9e16c808035fe545e0f771b9f88a0b20e
Subproject commit
a2f16c941c8b7a7f775081f85d6c5e81a2e711a4
This diff is collapsed.
Click to expand it.
src/faust_linear_operator/CPU/faust_gpu_mod.hpp
+
2
−
2
View file @
84528ceb
...
@@ -38,13 +38,13 @@ namespace Faust
...
@@ -38,13 +38,13 @@ namespace Faust
template
<
>
template
<
>
void
set_one
<
double
>
(
double
*
scal
)
void
set_one
<
double
>
(
double
*
scal
)
{
{
*
scal
=
1.
d
;
*
scal
=
1.
;
}
}
template
<
>
template
<
>
void
set_one
<
cuDoubleComplex
>
(
cuDoubleComplex
*
scal
)
void
set_one
<
cuDoubleComplex
>
(
cuDoubleComplex
*
scal
)
{
{
scal
->
x
=
1.
d
;
scal
->
x
=
1.
;
scal
->
y
=
0
;
scal
->
y
=
0
;
}
}
}
}
...
...
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