[filesystem] rename tdl -> triton
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "codegen/allocation.h"
|
||||
#include "codegen/liveness.h"
|
||||
#include "codegen/layout.h"
|
||||
#include "codegen/buffer_info.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/type.h"
|
||||
#include "ir/value.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "triton/codegen/allocation.h"
|
||||
#include "triton/codegen/liveness.h"
|
||||
#include "triton/codegen/layout.h"
|
||||
#include "triton/codegen/buffer_info.h"
|
||||
#include "triton/ir/basic_block.h"
|
||||
#include "triton/ir/type.h"
|
||||
#include "triton/ir/value.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
|
||||
namespace tdl{
|
||||
namespace codegen{
|
||||
|
@@ -1,11 +1,11 @@
|
||||
#include <algorithm>
|
||||
#include "codegen/barriers.h"
|
||||
#include "codegen/allocation.h"
|
||||
#include "codegen/buffer_info.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "triton/codegen/barriers.h"
|
||||
#include "triton/codegen/allocation.h"
|
||||
#include "triton/codegen/buffer_info.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/basic_block.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
|
||||
namespace tdl {
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
#include "codegen/buffer_info.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "ir/type.h"
|
||||
#include "triton/codegen/buffer_info.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/basic_block.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
#include "triton/ir/type.h"
|
||||
|
||||
namespace tdl {
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#include "codegen/layout.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "triton/codegen/layout.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/basic_block.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
|
||||
namespace tdl{
|
||||
namespace codegen{
|
||||
|
@@ -1,10 +1,10 @@
|
||||
#include "codegen/liveness.h"
|
||||
#include "codegen/buffer_info.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "ir/value.h"
|
||||
#include "triton/codegen/liveness.h"
|
||||
#include "triton/codegen/buffer_info.h"
|
||||
#include "triton/ir/basic_block.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
#include "triton/ir/value.h"
|
||||
|
||||
namespace tdl{
|
||||
namespace codegen{
|
||||
|
@@ -1,13 +1,13 @@
|
||||
#include "codegen/selection.h"
|
||||
#include "codegen/tune.h"
|
||||
#include "codegen/allocation.h"
|
||||
#include "triton/codegen/selection.h"
|
||||
#include "triton/codegen/tune.h"
|
||||
#include "triton/codegen/allocation.h"
|
||||
#include "llvm/IR/InstrTypes.h"
|
||||
#include "llvm/IR/Module.h"
|
||||
#include "llvm/IR/IRBuilder.h"
|
||||
#include "ir/context.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/type.h"
|
||||
#include "triton/ir/context.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/type.h"
|
||||
#include "llvm/Transforms/Scalar/EarlyCSE.h"
|
||||
#include "llvm/Analysis/LoopInfo.h"
|
||||
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
|
||||
|
@@ -1,10 +1,10 @@
|
||||
#include <algorithm>
|
||||
#include "codegen/shared_copy.h"
|
||||
#include "codegen/buffer_info.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "triton/codegen/shared_copy.h"
|
||||
#include "triton/codegen/buffer_info.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/basic_block.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
|
||||
namespace tdl {
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
#include "codegen/tune.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "ir/type.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/context_impl.h"
|
||||
#include "triton/codegen/tune.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
#include "triton/ir/type.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/context_impl.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
#include "codegen/vectorize.h"
|
||||
#include "codegen/tune.h"
|
||||
#include "ir/module.h"
|
||||
#include "ir/function.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/instructions.h"
|
||||
#include "triton/codegen/vectorize.h"
|
||||
#include "triton/codegen/tune.h"
|
||||
#include "triton/ir/module.h"
|
||||
#include "triton/ir/function.h"
|
||||
#include "triton/ir/basic_block.h"
|
||||
#include "triton/ir/instructions.h"
|
||||
|
||||
namespace tdl {
|
||||
|
||||
|
Reference in New Issue
Block a user