Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
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
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
e31d0c10
There was a problem fetching the pipeline summary.
Commit
e31d0c10
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Add missing variable (thanks Dalal)
parent
37f2bc8c
No related branches found
No related tags found
1 merge request
!20
Fix for the TPMQRT routine
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cudablas/compute/cuda_zttmqr.c
+1
-1
1 addition, 1 deletion
cudablas/compute/cuda_zttmqr.c
with
1 addition
and
1 deletion
cudablas/compute/cuda_zttmqr.c
+
1
−
1
View file @
e31d0c10
...
...
@@ -38,7 +38,7 @@ int CUDA_zttmqr(
cuDoubleComplex
*
WORKC
,
int
LDWORKC
,
CUBLAS_STREAM_PARAM
)
{
int
i
,
i1
,
i3
;
int
i
,
i1
,
i3
,
l
;
int
NQ
,
NW
;
int
kb
;
int
ic
=
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