updated dvm
This commit is contained in:
@@ -1366,7 +1366,7 @@ SgStatement *Assign_To_cur_blocks(int i, int nloop);
|
||||
SgStatement *Assign_To_cur_blocks(int i, int nloop);
|
||||
SgStatement *Assign_To_rest_blocks(int i);
|
||||
SgStatement *Assign_To_IndVar2(SgStatement *dost, int i, int nloop);
|
||||
SgExpression *KernelCondition2(SgStatement *dost, int level);
|
||||
SgExpression *KernelCondition2(SgStatement *dost, int level);
|
||||
void InsertAssignForReduction(SgStatement *st_where,SgSymbol *s_num_of_red_blocks,SgSymbol *s_fill_flag,SgSymbol *s_overallBlocks, SgSymbol *s_threads, SgSymbol *s_loop_ref);
|
||||
void InsertPrepareReductionCalls(SgStatement *st_where,SgSymbol *s_loop_ref,SgSymbol *s_num_of_red_blocks,SgSymbol *s_fill_flag,SgSymbol *s_red_num);
|
||||
void InsertFinishReductionCalls(SgStatement *st_where,SgSymbol *s_loop_ref,SgSymbol *s_red_num);
|
||||
@@ -1925,6 +1925,7 @@ SgExpression *GetDeviceProp(SgSymbol *s_loop_ref, SgExpression *ep);
|
||||
SgExpression *GetDeviceProp(SgSymbol *s_loop_ref, SgExpression *ep);
|
||||
SgExpression *GetMaxBlocks(SgSymbol *s_loop_ref, SgSymbol *s_max_blocks, SgSymbol *s_needed_bytes);
|
||||
SgExpression *GetPrivateArray(SgSymbol *s_loop_ref, SgExpression *e_bytes);
|
||||
SgExpression *DisposePrivateArray(SgSymbol *s_loop_ref, SgSymbol *s_array);
|
||||
SgExpression* GetWarpSize(SgSymbol* s_loop_ref);
|
||||
|
||||
/* io.cpp */
|
||||
|
||||
Reference in New Issue
Block a user