Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
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_core
Merge requests
!292
upd: remove many warnings at compile time in release mode
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
upd: remove many warnings at compile time in release mode
rm_warnings
into
dev
Overview
0
Commits
3
Pipelines
4
Changes
18
Merged
Maxence Naud
requested to merge
rm_warnings
into
dev
4 months ago
Overview
0
Commits
3
Pipelines
4
Changes
18
Expand
Context
Release compilation suffered from hundreds of warnings. This MR solves most of them.
Main changes
move some inline functions from header to source
include what is used in header and source files to avoid relying on recursive includes
remove 'constexpr' from 'Tensor(Vector)' constructor that applied forced inlining
use C++ types and not C type (std::size_t instead of size_t)
move some default constructor/operators to src
explicitly delete some default class constructors for 'SingleGraphMatching', 'StaticAnalysis', 'MetaOpStats' and 'OperatorStats'
add default parameters to 'ArgMax' constructor
make Node::mAttrs available to the associated Operator instead of accessing it each time getOperator() is called
make some for loop access elements by reference in 'FuseBatchNorm'
Edited
4 months ago
by
Maxence Naud
0
0
Merge request reports
Activity
All activity
Filter activity
Deselect all
Approvals
Assignees & reviewers
Comments (from bots)
Comments (from users)
Commits & branches
Edits
Labels
Lock status
Mentions
Merge request status
Tracking
Loading
Loading
Loading
Loading
Loading
Loading
Please
register
or
sign in
to reply
Loading