Skip to content

GPU panic in GDeflateDemo /decompressgpu #52

@MennoVink

Description

@MennoVink

I'm trying to use the GDeflate reference shader implementation but i'm running into gpu panics because the shader is accessing out-of-bounds memory.

The blob im using is inside this zip.
output_003.zip

  1. Clone repo and make it buildable.
  2. GDeflateDemo /compress "output_003.bc6" "myfolder/"
  3. GDeflateDemo /decompressgpu "myfolder/output_003.bc6.compressed" "myfolder/output_003.bc6.uncompressed"

If i cut the blob up in smaller 32K blocks, the panic happens on the [1507282 .. 1540049) block (in byte indices)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions