Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_backend_cuda
Merge requests
!11
feat : added ASAN support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat : added ASAN support
hrouis/aidge_backend_cuda:feat/support_ASAN
into
dev
Overview
1
Commits
7
Pipelines
5
Changes
1
Merged
Grégoire Kubler
requested to merge
hrouis/aidge_backend_cuda:feat/support_ASAN
into
dev
1 year ago
Overview
1
Commits
7
Pipelines
5
Changes
1
Expand
Context
Added support for ASAN : Adress Sanitizer.
set CXX standard to C++ 14
No linked gitlab issue.
Linked MR :
aidge_core!95 (merged)
aidge!31 (merged)
aidge_backend_cpu!44 (merged)
Edited
1 year ago
by
Grégoire Kubler
0
0
Merge request reports
Compare
version 1
version 3
b46d4793
11 months ago
version 2
65127b6e
1 year ago
version 1
e53ca380
1 year ago
dev (base)
and
version 2
latest version
5fba2589
7 commits,
11 months ago
version 3
b46d4793
3 commits,
11 months ago
version 2
65127b6e
2 commits,
1 year ago
version 1
e53ca380
1 commit,
1 year ago
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
1
−
0
Options
@@ -12,6 +12,7 @@ set(module_name _${project}) # target name
project
(
${
project
}
)
set
(
CXX_STANDARD 14
)
##############################################
# Define options
Loading