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
ca3b5e73
Commit
ca3b5e73
authored
9 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicate functions declaration in cudablas_eztrace_module
parent
28718b7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cudablas/eztrace_module/cudablas_eztrace_module
+0
-104
0 additions, 104 deletions
cudablas/eztrace_module/cudablas_eztrace_module
with
0 additions
and
104 deletions
cudablas/eztrace_module/cudablas_eztrace_module
+
0
−
104
View file @
ca3b5e73
...
@@ -455,58 +455,6 @@ int CUDA_dssssm(
...
@@ -455,58 +455,6 @@ int CUDA_dssssm(
double *dL1, void* lddl1,
double *dL1, void* lddl1,
double *dL2, void* lddl2,
double *dL2, void* lddl2,
void* *IPIV, void* info);
void* *IPIV, void* info);
int CUDA_dsymm_V2(
void* side, void* uplo,
int m, int n,
double *alpha,
const double *A, int lda,
const double *B, int ldb,
double *beta,
double *C, int ldc,
void* stream);
int CUDA_dsymm(
void* side, void* uplo,
int m, int n,
double *alpha,
const double *A, int lda,
const double *B, int ldb,
double *beta,
double *C, int ldc,
void* stream);
int CUDA_dsyr2k_V2(
void* uplo, void* trans,
int n, int k,
double *alpha,
const double *A, int lda,
const double *B, int ldb,
double *beta,
double *C, int ldc,
void* stream);
int CUDA_dsyr2k(
void* uplo, void* trans,
int n, int k,
double *alpha,
const double *A, int lda,
const double *B, int ldb,
double *beta,
double *C, int ldc,
void* stream);
int CUDA_dsyrk_V2(
void* uplo, void* trans,
int n, int k,
double *alpha,
const double *A, int lda,
double *beta,
double *C, int ldc,
void* stream);
int CUDA_dsyrk(
void* uplo, void* trans,
int n, int k,
double *alpha,
const double *A, int lda,
double *beta,
double *C, int ldc,
void* stream);
int CUDA_dtrmm_V2(
int CUDA_dtrmm_V2(
void* side, void* uplo,
void* side, void* uplo,
void* transa, void* diag,
void* transa, void* diag,
...
@@ -762,58 +710,6 @@ int CUDA_sssssm(
...
@@ -762,58 +710,6 @@ int CUDA_sssssm(
float *dL1, void* lddl1,
float *dL1, void* lddl1,
float *dL2, void* lddl2,
float *dL2, void* lddl2,
void* *IPIV, void* info);
void* *IPIV, void* info);
int CUDA_ssymm_V2(
void* side, void* uplo,
int m, int n,
float *alpha,
const float *A, int lda,
const float *B, int ldb,
float *beta,
float *C, int ldc,
void* stream);
int CUDA_ssymm(
void* side, void* uplo,
int m, int n,
float *alpha,
const float *A, int lda,
const float *B, int ldb,
float *beta,
float *C, int ldc,
void* stream);
int CUDA_ssyr2k_V2(
void* uplo, void* trans,
int n, int k,
float *alpha,
const float *A, int lda,
const float *B, int ldb,
float *beta,
float *C, int ldc,
void* stream);
int CUDA_ssyr2k(
void* uplo, void* trans,
int n, int k,
float *alpha,
const float *A, int lda,
const float *B, int ldb,
float *beta,
float *C, int ldc,
void* stream);
int CUDA_ssyrk_V2(
void* uplo, void* trans,
int n, int k,
float *alpha,
const float *A, int lda,
float *beta,
float *C, int ldc,
void* stream);
int CUDA_ssyrk(
void* uplo, void* trans,
int n, int k,
float *alpha,
const float *A, int lda,
float *beta,
float *C, int ldc,
void* stream);
int CUDA_strmm_V2(
int CUDA_strmm_V2(
void* side, void* uplo,
void* side, void* uplo,
void* transa, void* diag,
void* transa, void* diag,
...
...
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