Mentions légales du service

Skip to content

Bug pack trans solved and other stuff

TROPHIME - GILOTTE Valentin requested to merge bug-pack-trans into master
  • Bug solved in tc_utils.c with infinite loops.
  • Bug solved with Pack_trans, no more implicit hypothesis, dimension sizes must be multiple of vec_size.
  • Add T_par for 1 parallel loop on a parallel dimension, and Fused_T_pars for 2 or more parallel dimension, both are using open mp multi-threading.
  • Add Tc_sugar module which provides an easier way to build usual tuple3 arguments lldimnames, llsizes etc by using dimensions names instead of counting indices (example: Redim 1 for permutation in Pack_trans and implicit indices with logical order for declaring layout)

Merge request reports