From c285135eb903c31cd221f90f03e288a6b67770cd Mon Sep 17 00:00:00 2001 From: Derick Huth Date: Thu, 24 Sep 2015 11:26:53 -0600 Subject: pre-v0.2.1 --- ir_cudarose.hh | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 ir_cudarose.hh (limited to 'ir_cudarose.hh') diff --git a/ir_cudarose.hh b/ir_cudarose.hh deleted file mode 100644 index 34e0404..0000000 --- a/ir_cudarose.hh +++ /dev/null @@ -1,46 +0,0 @@ -#ifndef IR_CUDA_ROSE -#define IR_CUDA_ROSE - -#include -#include -#include "ir_rose.hh" -#include "loop.hh" -#include "loop_cuda_rose.hh" -#include "ir_rose_utils.hh" - - - -class IR_cudaroseCode : public IR_roseCode{ - -public: - - - IR_cudaroseCode(const char *filename, const char* proc_name); - - - - SgGlobal *gsym_; - SgScopeStatement* defn; - SgGlobal* first_scope; - SgSymbolTable* parameter; - SgSymbolTable* body; - SgFunctionDefinition* func_defn; - std::vector write_procs;//procs to write - - - IR_ArraySymbol *CreateArraySymbol(const IR_Symbol *sym, std::vector &size,int sharedAnnotation = 1); - omega::CG_outputRepr* init_code(){ return init_code_; } - bool commit_loop(Loop *loop, int loop_num); - std::vector get_loops() - { - std::vector loops = find_loops(func->get_definition()->get_body()); - return loops; - } - - ~IR_cudaroseCode(); - -}; - - -#endif - -- cgit v1.2.3-70-g09d2