Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • rtbf rtbf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ALPACA
  • xb-engine
  • core
  • rtbfrtbf
  • Merge requests
  • !6

found a typo in meson.build

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Rebecca Haymore requested to merge coarse_dimBlock into main Aug 28, 2024
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

maybe you knew about this already? anyways I don't think RTBF_STI_GPU_BLOCK gets set correctly. meson.build was setting RTBF_STI_GPU_BLOC, so RTBF_STI_GPU_BLOCK got its default value of 16 even though RTBF_STI_LENGTH was correctly set to 21. so I think we're dropping samples since we only sum 16 of the 21...before I changed this the run_beamformer() time was 6 ms, now it's 12 ms.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: coarse_dimBlock