Skip to content

CUDA Version Issues: RegularNetwork::Launch and linalg::Trace Errors #592

@Chan-Sing-Hong

Description

@Chan-Sing-Hong

I encountered two errors while using the Cytnx CUDA version 1.0.0:

  1. RegularNetwork::Launch Error
RuntimeError: 
# Cytnx error occur at virtual cytnx::UniTensor cytnx::RegularNetwork::Launch()
# error: [ERROR][Launch][RegularNetwork] Error,Sparse or Block type UniTensor network contraction is not support.

Issue: Sparse or Block-type UniTensor network contraction is not supported in the CUDA version.

  1. linalg::Trace Error
RuntimeError:
Cytnx error occur at cytnx::Tensor cytnx::linalg::Trace(const cytnx::Tensor&, const cytnx::cytnx_uint64&, const cytnx::cytnx_uint64&)
error: [ERROR][Trace] GPU is under developing.

Issue: The Trace function cannot be implemented for GPU.

Are there any temporary solutions for these issues?

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions