microsoft/DirectStorage

GpuDecompressionBenchmark compiling issue

fdoreng opened this issue · 3 comments

Trying to compile GpuDecompressionBenchmark to X64 but fails.
Looks like its looking for ARM64 and fail when compiling to X64 on a X64 system.

Screenshot 2022-11-22 125859
Screenshot 2022-11-22 125933

Any idea why?

Apologies for the delay here, it looks like I missed this. @fdoreng, did you manage to resolve this? Can you double check that the target for all the projects is set to x64 please?

Yes I had someone recompile it on an ARM64 to X64 and that worked.
Just could't recompile directly on a X64 system with the target sat to x64

Ok, thanks. I'm going to close this for now as we're not seeing this issue ourselves. If you'd like to continue looking into it we'll need to start grabbing more detailed msbuild logs from your machine.