diff --git a/README.md b/README.md index 124b6480d..3855e3143 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # README for GPGPU-Sim-CDP This is a preliminary support of CUDA Dynamic Parallelism on GPGPU-Sim. Currently the following features and modifications have been made available. -* Kernel launch from device is upported (i.e. cudaGetParameterBuffer and +* Kernel launch from device is supported (i.e. cudaGetParameterBuffer and cudaLaunchDevice are supported) * Parent-Child synchronization is not supported (i.e. no support for cudaDeviceSynchronize on device)