Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 290
    • Issues 290
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 67
    • Merge requests 67
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • Rec
  • Merge requests
  • !593

make TMVA NN in PrForward stateless (for master)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Paul Seyfert requested to merge pseyfert_StateLessPrForwardMLPs_formaster into master May 16, 2017
  • Overview 5
  • Commits 3
  • Pipelines 0
  • Changes 4

(copy&paste from !590 (merged)) The codegenerated TMVA MLP reader classes have some float *fWeights[5] to store the intermediate node values during the network evaluation. These are not threadsafe. Once making them local c-arrays std::arrays in the evaluation function helgrind is happy (test done in https://gitlab.cern.ch/pseyfert/tmva-threadsafety).

to be done/note:

  • check with @raaij that was the only reason for the mutex in the future branch
  • check if I didn't break the computation
  • remove mutex from PrForwardTool in future branch once this is made its way there
  • check that the removal of two unused networks is okay for master
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pseyfert_StateLessPrForwardMLPs_formaster