Pierre Andrews
Pierre Andrews
ok, I haven't done prolog in a very long while, but I think that you want something like: ``` distance(From, To, 300). can(move(Rocket,From,To, FuelAmount),[at(Rocket,From), has_fuel(Rocket, FuelAmount)], rocket) :- rocket(Rocket), place(From),...
the conversation in https://github.com/NVIDIA/cuda-samples/issues/57 seems to suggest that the `--threads` option was added in CUDA 11.2. Maybe it's worth creating a tag on the previous commit from #1251 to be...
okay, I tried to understand the code, but some pointers to where to look at this would be good.
I ll be happy to do it, I just got lost in the vis code. Your pointers are going to make it a lot faster to implement. Thanks On Aug...
what step is this, do you have the logs? When mining for languages with a lot of data, we did split into multiple index. This is not yet automated in...
@oneraghavan did you manage to get it to work?
Hello, I've never tried this, in our setup we use slurm for the scheduler which gives us containers with the right amount of GPU/CPU per jobs. When you run in...
thanks for checking that it works. You probably want to use `iteration_index` instead of relying on the file name parsing (iteration_value), but this seems great. If you can, send a...
you'll have to be more specific, what is wrong?
@oneraghavan, sorry for the delay in answering, we've have released recently a new version with some memory optimisation and the code to automatically split large datasets in multiple indexes, you...