Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtc_boids and other profiling changes #371

Merged
merged 6 commits into from
Oct 19, 2020
Merged

rtc_boids and other profiling changes #371

merged 6 commits into from
Oct 19, 2020

Commits on Oct 16, 2020

  1. Fix SWIG tests.

    Broken when rebasing d231ecb after 7c11310, but SWIG tests were not ran.
    
    Also delete spurious cu file found in SWIG tests directories.
    Robadob committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    2d20a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a49e7 View commit details
    Browse the repository at this point in the history
  3. Various changes as a result of profiling

    Remove device new for FLAME GPU API for agent functions and agent function conditions
    Add curve get via __ldg() function.
    Pass additional flags to RTC compilation
    Add CMake option to log dynamic RTC files to disk at runtime
    ptheywood authored and Robadob committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    822d5a1 View commit details
    Browse the repository at this point in the history
  4. Fix tests after rebase.

    Robadob committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    580a4de View commit details
    Browse the repository at this point in the history
  5. Refactor CURVE to optimise RTC variable accesses.

    CURVE device methods set/get variable methods are now seperated into agent, message in, message out, new agent.
    When executing non-rtc code, these forward to the previous set/get variable methods.
    Under RTC however they go to specific methods, this allows variable accesses to be optimised away to direct memory reads at compile time.
    Robadob committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    0c95352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    264c9f3 View commit details
    Browse the repository at this point in the history