[CODEGEN] More work on the CPU backend

This commit is contained in:
Philippe Tillet
2020-09-11 11:44:34 -04:00
parent 526a3468e0
commit 0cbee3ec56
17 changed files with 258 additions and 185 deletions

View File

@@ -15,7 +15,7 @@ using namespace triton;
namespace rt = triton::runtime;
typedef std::pair<size_t, size_t> map_key_t;
typedef std::pair<int, int> map_key_t;
std::map<map_key_t, std::shared_ptr<rt::function::grid_fn_ty>> id_grid_map;
std::map<map_key_t, std::shared_ptr<rt::function>> id_fn_map;
std::map<size_t, double> fp64scalar_map;