Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

feat(compile): add nvcc compiler #1441

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Merge branch 'develop' into nvcc_compile
BiynXu committed May 18, 2023
commit 410ea7666ca1116958af753bf8ef48ed26d1d6e4
1 change: 1 addition & 0 deletions cinn/runtime/cuda/cuda_module.cc
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@
#include "cinn/backends/cuda_util.h"
#include "cinn/runtime/cuda/cuda_util.h"
#include "cinn/runtime/flags.h"
#include "cinn/utils/profiler.h"

namespace cinn {
namespace runtime {
You are viewing a condensed version of this merge commit. You can view the full changes here.