mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-10 18:22:11 +01:00
a couple more typos in comments
This commit is contained in:
parent
df9ea79df4
commit
e633580eff
@ -46,5 +46,5 @@ add_custom_command(
|
||||
# Create a dummy target for fatbin generation
|
||||
add_custom_target(generate_fatbin_textureDrv ALL DEPENDS ${CUDA_FATBIN_FILE})
|
||||
|
||||
# Ensure matrixMulDrv depends on the fatbin
|
||||
# Ensure simpleTextureDrv depends on the fatbin
|
||||
add_dependencies(simpleTextureDrv generate_fatbin_textureDrv)
|
||||
|
@ -48,5 +48,5 @@ add_custom_command(
|
||||
# Create a dummy target for fatbin generation
|
||||
add_custom_target(generate_memMapIpc_ptx ALL DEPENDS ${CUDA_PTX_FILE})
|
||||
|
||||
# Ensure matrixMulDrv depends on the fatbin
|
||||
# Ensure memMapIPCDrv depends on the fatbin
|
||||
add_dependencies(memMapIPCDrv generate_memMapIpc_ptx)
|
||||
|
@ -49,5 +49,5 @@ add_custom_command(
|
||||
# Create a dummy target for fatbin generation
|
||||
add_custom_target(generate_ptxjit_ptx ALL DEPENDS ${CUDA_PTX_FILE})
|
||||
|
||||
# Ensure matrixMulDrv depends on the fatbin
|
||||
# Ensure ptxjit depends on the fatbin
|
||||
add_dependencies(ptxjit generate_ptxjit_ptx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user