Alexander_KS
  • Joined on 2023-09-14
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-11-17 14:20:04 +00:00
2e2bcadfa1 fixed fdvm, fixed errors with interfacesg
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-11-17 14:17:25 +00:00
dacca844ed Merge pull request 'replace_dist_arrays_in_io: choose arrays for copying more carefully' (#54) from replace_dist_arrays_in_io into master
6254f38cff version updated
d9d4d50e5a replace_dist_arrays_in_io: choose arrays for copying more carefully
Compare 3 commits »
Alexander_KS merged pull request Alexander_KS/SAPFOR#54 2024-11-17 14:17:23 +00:00
replace_dist_arrays_in_io: choose arrays for copying more carefully
Alexander_KS pushed to replace_dist_arrays_in_io at Alexander_KS/SAPFOR 2024-11-17 14:17:11 +00:00
6254f38cff version updated
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-11-14 09:37:44 +00:00
c63c4dd46c added simple implementation for GET_STATS_FOR_PREDICTOR pass
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-11-14 06:19:29 +00:00
b163958711 Merge pull request 'add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public' (#53) from replace_dist_arrays_in_io into master
4a06430139 replace_dist_arrays_in_io: fix code style, replace only distributed arrays
3a7a54e4be replace_dist_arrays_in_io: insert PROCESS_PRIVATE directives
413daa2aea replace_dist_arrays_in_io: insert only necessary copy statements
b1faa5e80a add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public
Compare 5 commits »
Alexander_KS merged pull request Alexander_KS/SAPFOR#53 2024-11-14 06:19:28 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public
Alexander_KS pushed to replace_dist_arrays_in_io at Alexander_KS/SAPFOR 2024-11-14 06:16:52 +00:00
4a06430139 replace_dist_arrays_in_io: fix code style, replace only distributed arrays
3a7a54e4be replace_dist_arrays_in_io: insert PROCESS_PRIVATE directives
413daa2aea replace_dist_arrays_in_io: insert only necessary copy statements
b1faa5e80a add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public
dfad887814 updated across and reduction
Compare 7 commits »
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-11-14 06:16:10 +00:00
dfad887814 updated across and reduction
Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-08 08:42:31 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

Нужно сделать или rebase или merge, так как не самая актуальная версия

Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-08 08:41:58 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

есть функция bool isArrayRef(SgExpression* ex); из SgUtils, которая проверяет нужные массивы, по всему проекту это уже распрос…

Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-08 08:40:47 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

имелось в виду в самом свиче, так как там явно не все случаи учтены, может быть стоит посмотреть разбор этих…

Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-07 14:30:54 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

какие массивы мы тут ищем? есть функция, которая проверяет на правильные массивы, а не на все подряд.

Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-07 14:30:54 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

std:: можно стереть, ниже без std:: уже есть описания.

Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-07 14:30:54 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

возможно тут можно использовать производные классы Sg для принтов и write/read

Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-07 14:30:54 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

что если это будет массив строк? то есть не распределенный и вообще массив, который никогда не будет распределнным?

Alexander_KS approved Alexander_KS/SAPFOR#53 2024-11-07 14:30:54 +00:00
add pass REMOVE_DIST_ARRAYS_FROM_IO, make copyArray fuction from resolve_par_regions public

еще потестирую это на тестах.

Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-10-29 08:53:45 +00:00
5e60b5cd5c added new implimentation of private arrays
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-10-07 11:50:40 +00:00
1a1705d2e4 added statistics
Alexander_KS deleted branch macos_build_fix from Alexander_KS/SAPFOR 2024-10-05 05:46:49 +00:00