[filesystem] rename tdl -> triton

This commit is contained in:
Philippe Tillet
2019-02-24 14:20:40 -05:00
parent 1b5f7f2139
commit 6b49818282
102 changed files with 323 additions and 222 deletions

View File

@@ -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 {