Skip to content

Commit

Permalink
machine/include/tegra186.conf: fix CUDA flags
Browse files Browse the repository at this point in the history

Signed-off-by: Matt Madison <matt@madison.systems>
  • Loading branch information
attilarausch authored and madisongh committed Aug 16, 2018
1 parent b4919a4 commit 16197d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/tegra186.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ NVIDIA_CHIP = "0x18"
DEB_PKG_EXTENSION = "arm64"

CUDA_VERSION ?= "9.0"
CUDA_NVCC_ARCH_FLAGS ?= "--gpu-architecture=compute_61 --gpu-code=sm_61"
CUDA_NVCC_ARCH_FLAGS ?= "--gpu-architecture=compute_62 --gpu-code=sm_62"

require conf/machine/include/tegra-common.inc

0 comments on commit 16197d4

Please sign in to comment.