Cameron Shinn
Cameron Shinn
The `q!setmp` command is to set the pool for the map draft (Counter-Strike maps), since this bots main purpose is for CS:GO. Sounds like you're using the generic version (?),...
Verified. That^^ is a comment.
Still need to add some tests that use the CPP interface, but the current tests haven't been breaking after modifying the function arguments.
@neoblizz do you still need help with this? Interested in contributing and picking up a "n00b" issue. How could I go about testing any changes?
@crozhon Okay I will take a look at those files. Are all the CMake tests functional tests? Are there performance tests we can look at to verify a speedup?
@crozhon I sent you an email so I don't clutter the thread with questions.
So the launch config for each operator kernel is only dependent on the device properties, and we are just shifting the fetching of the properties from compile time to runtime?...
@jowens me as well! So I am assuming the kernel calls are dynamic, which is why it would hurt to call `cudaOccupancyMaxPotentialBlockSize()` for each. Does each operation on a frontier...
> Is the API's suggestion something we need to consider only when architecture matters? > Architecture always matters because you're compiling down to one. I am not sure if I...
@neoblizz what kernels should I test the API functions on? I was just searching for all of the ones in `gunrock/oprtr/`.