Skip to content
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

Fix Graph module in python wrapper #107

Open
j-i-k-o opened this issue Feb 26, 2020 · 0 comments
Open

Fix Graph module in python wrapper #107

j-i-k-o opened this issue Feb 26, 2020 · 0 comments
Labels
wontfix This will not be worked on

Comments

@j-i-k-o
Copy link
Collaborator

j-i-k-o commented Feb 26, 2020

In the current version, the GPU system must be initialized with the Graph type with the suffix "GPU".
GPU system should be initialized with the Graph type the same as CPU.
before
system = S.make_xxx_ising_gpu(self.dense.gen_spin(self.seed_for_spin), self.denseGPU)
after
system = S.make_xxx_ising_gpu(self.dense.gen_spin(self.seed_for_spin), self.dense)

@j-i-k-o j-i-k-o added the wontfix This will not be worked on label May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant