wutong16 / Voxurf

[ ICLR 2023 Spotlight ] Pytorch implementation for "Voxurf: Voxel-based Efficient and Accurate Neural Surface Reconstruction"
Other
402 stars 28 forks source link

您好,请问关于Runtime error的问题 #40

Open 14Marchz opened 4 months ago

14Marchz commented 4 months ago

RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc) 我使用的是CUDA11.3,是因为版本问题吗

14Marchz commented 4 months ago

已解决 换成cuda11.1版本即可