-
Notifications
You must be signed in to change notification settings - Fork 312
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
CUDA #181
Comments
Can it really be done? I remember reading some peper says it's impossible. Anyway you should check https://github.com/bupticybee/TexasSolver/blob/master/src/solver/PCfrSolver.cpp ,that's where calculation begin. |
if you provide me some extra architectural info i can try for a 6 month +- Now i go to research some CUDA algorythm |
Yeah I can provide anything you want. Please feel free to contact me anytime. |
Why on check not null moves he leave solve nodes empty sometimes? |
What do you mean by this? Can you refer to some specific part of the code? |
Hello @zikkuratti ! |
not yet but soon |
Glad to know this is still on going! Did you manage to get some speedup? |
now im fixing some bugs on another project after that i push on CUDA |
I need fast instruction how to make-build this code. No makefile here. I resarch some cuda stuff and need to recompile your code from scratch. |
Also i check console solver it boot #####100% 20-30 sec its too loong i wanna try too boost it, need to find it src folder comands list. |
And i think about can we speed up it if after console solving flop to json, we not rebuild turn and river, as new tree (like GUI) but add combinations of turn in json, cuz flop is 22100 turn ~270 000 river is 2,6 billions of extra |
https://github.com/bupticybee/TexasSolver/tree/console Please check this branch. Console branch has a makefile, and code structure is much simpler. |
There are ways too, could you contact me somehow? Do you have a telegram account? You can find me at https://t.me/bupticybee ,I'll provide whatever help you need. |
Hi a small update, do you want to check on this? #194 You could work with him on this feature? Or did you already do that? @zikkuratti |
If i considering rewriting the calculation module to use CUDA cores, could you please advise from which file the calculation begins?
The text was updated successfully, but these errors were encountered: