Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
e31d0c10
Commit
e31d0c10
authored
Apr 10, 2017
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing variable (thanks Dalal)
parent
37f2bc8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cudablas/compute/cuda_zttmqr.c
cudablas/compute/cuda_zttmqr.c
+1
-1
No files found.
cudablas/compute/cuda_zttmqr.c
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment