[python] added basic tensorflow support
This commit is contained in:
@@ -227,10 +227,10 @@ unsigned alignment_info::populate_starting_multiple(ir::value *v){
|
||||
if(auto *x = dynamic_cast<ir::constant_range*>(v)){
|
||||
return cache(x->get_first()->get_value());
|
||||
}
|
||||
if(auto *x = dynamic_cast<ir::nv_dynamic_range_idx_inst*>(v)){
|
||||
if(auto *x = dynamic_cast<ir::nv_dynamic_program_idx_inst*>(v)){
|
||||
return cache(128);
|
||||
}
|
||||
if(auto *x = dynamic_cast<ir::nv_static_range_idx*>(v)){
|
||||
if(auto *x = dynamic_cast<ir::nv_static_program_idx*>(v)){
|
||||
return cache(x->get_range()->get_first()->get_value());
|
||||
}
|
||||
if(auto *x = dynamic_cast<ir::getelementptr_inst*>(v)){
|
||||
|
Reference in New Issue
Block a user