CODARcode / MGARD

MGARD: MultiGrid Adaptive Reduction of Data
Apache License 2.0
37 stars 25 forks source link

MGARD compilation on GPU: Issue with LosslessCompression.cu #175

Closed taniabanerjee closed 2 years ago

taniabanerjee commented 2 years ago

With the latest MGARD I get the following errors:

/gpfs/alpine/csc143/proj-shared/tania/MGARD/src/cuda/LosslessCompression.cu(411): error: no suitable conversion function from "std::vector<long, std::allocator>" to "long *" exists

/gpfs/alpine/csc143/proj-shared/tania/MGARD/src/cuda/LosslessCompression.cu(411): error: no suitable conversion function from "mgard::MemoryBuffer" to "void *const" exists

I am compiling on Summit. Would appreciate any help with these errors. Thanks.

JieyangChen7 commented 2 years ago

This will be fixed soon in #174