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
8c3ace1f
Commit
8c3ace1f
authored
8 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
debug GPU multiplication
parent
36148a73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/test/GPU_test/CMakeLists.txt
+2
-2
2 additions, 2 deletions
misc/test/GPU_test/CMakeLists.txt
with
2 additions
and
2 deletions
misc/test/GPU_test/CMakeLists.txt
+
2
−
2
View file @
8c3ace1f
...
...
@@ -14,7 +14,7 @@ add_definitions(-DCOMPILE_GPU)
if
(
BUILD_READ_MAT_FILE AND MATIO_LIB_FILE AND MATIO_INC_DIR
)
# generation des executables de algorithme hierarchical_fact en GPU en simple et double precision
foreach
(
TEST_FPP float double
)
foreach
(
testin hierarchicalFactorization_gpu faust_multiplication_gpu
)
foreach
(
testin hierarchicalFactorization_gpu
)
#
faust_multiplication_gpu
# copy CPU files cpp.in to the user's ./src/ directory en float et double precision
configure_file
(
${
FAUST_SRC_TEST_SRC_DIR
}
/
${
testin
}
.cpp.in
${
FAUST_BIN_TEST_SRC_DIR
}
/
${
testin
}
_
${
TEST_FPP
}
.cpp @ONLY
)
# Creation des executable en double et en float
...
...
@@ -48,7 +48,7 @@ if (BUILD_READ_MAT_FILE AND MATIO_LIB_FILE AND MATIO_INC_DIR)
#add_test(NAME MATFILE_FACT_MEG_GPU_DOUBLE COMMAND ${FAUST_BIN_TEST_GPU_DIR}/hierarchicalFactorization_gpu_double ${FAUST_DATA_MAT_DIR}/matrix_MEG.mat ${FAUST_CONFIG_MAT_DIR}/config_MEG.mat 22480 1)
add_test
(
NAME MATFILE_MULTIPLICATION_MEG_GPU_
${
TEST_FPP
}
COMMAND
${
FAUST_BIN_TEST_GPU_DIR
}
/faust_multiplication_gpu_
${
TEST_FPP
}
${
FAUST_DEMO_BSL_DATA_SRC_DIR
}
X_meg.mat
${
FAUST_DEMO_BSL_DATA_SRC_DIR
}
M_6.mat
${
FAUST_DEMO_BSL_DATA_SRC_DIR
}
M_8.mat
${
FAUST_DEMO_BSL_DATA_SRC_DIR
}
M_16.mat
${
FAUST_DEMO_BSL_DATA_SRC_DIR
}
M_25.mat
)
#
add_test(NAME MATFILE_MULTIPLICATION_MEG_GPU_${TEST_FPP} COMMAND ${FAUST_BIN_TEST_GPU_DIR}/faust_multiplication_gpu_${TEST_FPP} ${FAUST_DEMO_BSL_DATA_SRC_DIR}X_meg.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_6.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_8.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_16.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_25.mat)
# add_test(NAME MATFILE_MULTIPLICATION_MEG_GPU_FLOAT COMMAND ${FAUST_BIN_TEST_GPU_DIR}/faust_multiplication_gpu_float ${FAUST_DEMO_BSL_DATA_SRC_DIR}X_meg.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_6.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_8.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_16.mat ${FAUST_DEMO_BSL_DATA_SRC_DIR}M_25.mat)
set_tests_properties
(
MATFILE_FACT_MEG_GPU_
${
TEST_FPP
}
PROPERTIES TIMEOUT
${
TIMEOUT_MEG
}
)
...
...
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