1
0
mirror of synced 2024-05-29 00:38:11 +02:00

Spelling fix

This commit is contained in:
Alexander 2020-07-30 16:10:56 -05:00
parent d91d295594
commit 07456653c1

View File

@ -58,7 +58,7 @@ You can also use separable compilation:
```cmake ```cmake
set_target_properties(mylib PROPERTIES set_target_properties(mylib PROPERTIES
CUDA_SEPERABLE_COMPILATION ON) CUDA_SEPARABLE_COMPILATION ON)
``` ```
You can also directly make a PTX file with the `CUDA_PTX_COMPILATION` property. You can also directly make a PTX file with the `CUDA_PTX_COMPILATION` property.