[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

@@ -23,8 +23,8 @@
#include <iostream>
#include <cstring>
#include "driver/kernel.h"
#include "driver/buffer.h"
#include "triton/driver/kernel.h"
#include "triton/driver/buffer.h"
namespace tdl
{