cuda-samples
cuda-samples copied to clipboard
Fix gcc version comparison in Makefiles
The current gcc version check truncates to three digits. This fix uses four digits and allows gcc versions 10.0.0 and upward to work correctly.
Signed-off-by: Isaiah Grace [email protected]