Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dx12] Only use llvm to compile dx12. #6339

Merged
merged 2 commits into from
Oct 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed Oct 17, 2022
commit 8f511a7ad6922a3812555a91e2fb24acd3aa767a
2 changes: 1 addition & 1 deletion taichi/runtime/program_impls/dx12/dx12_program.cpp
Original file line number Diff line number Diff line change
@@ -18,4 +18,4 @@ std::unique_ptr<AotModuleBuilder> Dx12ProgramImpl::make_aot_module_builder() {
} // namespace lang
} // namespace taichi

#endif
#endif
4 changes: 1 addition & 3 deletions taichi/runtime/program_impls/dx12/dx12_program.h
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@

#include "taichi/runtime/program_impls/llvm/llvm_program.h"


namespace taichi {
namespace lang {

@@ -13,10 +12,9 @@ class Dx12ProgramImpl : public LlvmProgramImpl {
Dx12ProgramImpl(CompileConfig &config);

std::unique_ptr<AotModuleBuilder> make_aot_module_builder() override;

};

} // namespace lang
} // namespace taichi

#endif
#endif