Skip to content

Deduplicate tables in all_gpu_counters.cpp #94

Description

@solidpixel

The counter table in hwcpipe/src/hwcpipe/all_gpu_counters.cpp is very large and has a very long compile time (up to 10 minutes on my build machine). We should break this up to improve build efficiency:

  • Split into multiple files, e.g. one per GPU architecture?
  • Add indirection to remove duplicates where multiple GPU IDs share the same counter definitions.

This should more than halve the size of the table, with further benefits from parallel builds from splitting the files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions