Update the sample list for API changes in CHANGELOG

This commit is contained in:
shawnz 2025-05-14 16:02:17 +08:00
parent ebc1078379
commit ee0ee417c9

View File

@ -248,7 +248,6 @@ int main(int argc, char **argv)
// Create the CUDA context. // Create the CUDA context.
CUcontext context; CUcontext context;
checkCudaErrors(cuCtxCreate(&context, NULL, 0, device)); checkCudaErrors(cuCtxCreate(&context, NULL, 0, device));
// Create a JIT linker and generate the result CUBIN. // Create a JIT linker and generate the result CUBIN.