-
I have a project to use PHP to control darkforest in my website .
My algorithm is let darkforest load the last game's sgf file and return the AI genmove result
ex:
`th cnnPlayerMCTSV2.lua --num_gp…
-
### What is the issue?
After going to 0.1.45 from 0.1.43 version I get out of memory, I did try as well
Set-ItemProperty -Path 'HKCU:\Environment' -Name 'OLLAMA_SCHED_SPREAD' -Value 1
and
Set-It…
-
For example:
```cpp
auto src = std::allocator{}.allocate(3);
auto dst = thrust::cuda::allocator{}.allocate(3);
// thrust::copy_n(src, 3, dst); // this is ok
thrust::uninitialized_co…
-
```
hello you have done good job.
But it would be good if you made AMD Aparapi support.
Take a look at here:
http://developer.amd.com/tools-and-sdks/heterogeneous-computing/aparapi/
```
Original issu…
-
**Is your feature request related to a problem? Please describe.**
I'm using nvCOMP to load data from disk to GPU, and don't care about compression but do care about getting the best compression rati…
-
Hello Shashank Kotyan,
Nice work and helpful code for me!
It seems that some error happens when run `run_evolution.py`
I got `AttributeError: 'dict' object has no attribute 'grap…
-
Hello,
First of all, thank you for your excellent work on this project. It has been very useful.
I would like to suggest adding GPU support to improve the map rendering speed. Utilizing GPU reso…
-
**Is your feature request related to a problem? Please describe.**
One of the bottlenecks in my end-to-end Geospatial application for rapidly geolocating aerial imagery is the ability to perform imag…
-
NVBench has a work-in-progress JSON output format and I'm working on a very basic python script to compare two JSON files.
We should grow this functionality into a more complete set of analysis too…
-
## 🚀 Feature
Access to the vispy node from a public API, specifically the `attach` and `detach` functions in the Vispy ImageVisual. I believe this is related to the public qt_viewer being deprecated.…