Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • vtk-m vtk-m
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • ecpcitest
  • vtk-mvtk-m
  • Repository
Switch branch/tag
  • vtk-m
  • vtkm
  • cont
  • tbb
  • internal
  • DeviceAdapterAlgorithmTBB.h
Find file BlameHistoryPermalink
  • Kenneth Moreland's avatar
    Fix unintended cast in TBB Reduce's return value · 563e23aa
    Kenneth Moreland authored Mar 03, 2021
    It was setting the return value type the same as the initial value.
    However, the value type can change based on the array type and the
    operator.
    563e23aa