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

[hd, hdx] Move tracing macros in InsertTask<T> #3000

Merged
merged 2 commits into from
May 17, 2024

Commits on Mar 11, 2024

  1. [hdx] Define HdxTask subclasses for unitTestDelegate

    In order to prevent incorrect link time optimizations with taskController.cpp
    and address sanitizer, unitTestDelegate subclasses the necessary HdxTasks
    nvidia-jomiller committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    72feec5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. [hd, hdx] Move tracing macros in InsertTask<T>

    HD_TRACE_FUNCTION and HF_MALLOC_TAG_FUNCTION macros have been relocated into _TrackDelegateTask
    The _TrackDelegateTask function now accepts a task creation function to create the actual HdTask
    This prevents a weird link-time optimization error when building with address sanitizers
    nvidia-jomiller committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e286e29 View commit details
    Browse the repository at this point in the history