Skip to content

Compression sync and data retrieval #4

@ooreilly

Description

@ooreilly

The current design overloads the synchronization function, hipCompressSynchronize so that it takes on two responsibilities:

  1. Synchronize the auxiliary stream
  2. D2H Copy the compressed size and compute the compression ratio and return these values to the user.

A cleaner design would be to separate these two tasks into two functions:

  1. hipCompressSynchronize(...) // Sync only
  2. hipCompressGetCompressedSize(...) // Get data after sync

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions