diff --git a/cuda-stream.cu b/cuda-stream.cu index cb4cbaa..f7cb6a9 100644 --- a/cuda-stream.cu +++ b/cuda-stream.cu @@ -162,7 +162,6 @@ int main(int argc, char *argv[]) // Check buffers fit on the device cudaDeviceProp props; cudaGetDeviceProperties(&props, deviceIndex); - // if (props. < DATATYPE_SIZE*ARRAY_SIZE) throw badbuffersize(); if (props.totalGlobalMem < 3*DATATYPE_SIZE*ARRAY_SIZE) throw badmemsize(); // Create host vectors