hkashyap

Results 9 issues of hkashyap

In carlsim/interface/src/carlsim.cpp UserErrors::assertTrue(carlsimState_ == CONFIG_STATE, UserErrors::CAN_ONLY_BE_CALLED_IN_STATE, funcName, funcName, "CONFIG or SETUP."); should be changed to: UserErrors::assertTrue(carlsimState_ == CONFIG_STATE, UserErrors::CAN_ONLY_BE_CALLED_IN_STATE, funcName, funcName, "CONIG.");

- interface to define stp parameter distributions for connections - stpu and stpx update per synapse - Write test case - Benchmark

We need to make sure that CPU and GPU results are consistent and correct when run using 4 GPUs and 4 CPU cores, at least. Jinwei has found some issues...

Jeffrey Kopsick from GMU reported inconsistent results on the 80-20 example, when different GPU partitioning setups were adopted using 3 GPUs vs. 4 GPUs. I could reproduce the same using...

Critical bug

It is required for OAT NetworkMonitor and PTI, atleast. It is still deactivated in CARLsim4.

Upgrade from CARLsim3 to CARLsim4

We need to add an example CMakeLists.txt for the projects, say for hello_world, and explain in the docs how to use it for building the project and the arguments to...

Add support for CUDA 11 here: https://github.com/UCI-CARL/CARLsim5/blob/9ae8b65fe2cce681ad23055ce6faa40d26d32bf0/carlsim/kernel/inc/cuda_version_control.h#L59