Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable slicing fails #103

Closed
sss441803 opened this issue Nov 20, 2023 · 0 comments
Closed

Disable slicing fails #103

sss441803 opened this issue Nov 20, 2023 · 0 comments

Comments

@sss441803
Copy link

Hi, when I want to see the contraction cost without slicing (even though it cannot fit on a single GPU), I am told to use:

optimizer_options = configuration.OptimizerOptions(samples=64, threads=8, slicing=SlicerOptions(disable_slicing=True))

This results in:

File "cuquantum/cutensornet/cutensornet.pyx", line 1329, in cuquantum.cutensornet.cutensornet.contraction_optimize
  File "cuquantum/cutensornet/cutensornet.pyx", line 240, in cuquantum.cutensornet.cutensornet.check_status
cuquantum.cutensornet.cutensornet.cuTensorNetError: CUTENSORNET_STATUS_ALL_HYPER_SAMPLES_FAILED

It works if I remove the slicing argument input, but then slices of course.

@NVIDIA NVIDIA locked and limited conversation to collaborators Nov 20, 2023
@yangcal yangcal converted this issue into discussion #104 Nov 20, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant