Alexander_KS
  • Joined on 2023-09-14
Alexander_KS merged pull request Alexander_KS/SAPFOR#54 2024-11-17 17:17:23 +03: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 17:17:11 +03:00
6254f38cff version updated
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-11-14 12:37:44 +03:00
c63c4dd46c added simple implementation for GET_STATS_FOR_PREDICTOR pass
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-11-14 09:19:29 +03: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 09:19:28 +03: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 09:16:52 +03: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 09:16:10 +03:00
dfad887814 updated across and reduction
Alexander_KS commented on pull request Alexander_KS/SAPFOR#53 2024-11-08 11:42:31 +03: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 11:41:58 +03: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 11:40:47 +03: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 17:30:54 +03: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 17:30:54 +03: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 17:30:54 +03: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 17:30:54 +03: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 17:30:54 +03: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 11:53:45 +03:00
5e60b5cd5c added new implimentation of private arrays
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-10-07 14:50:40 +03:00
1a1705d2e4 added statistics
Alexander_KS deleted branch macos_build_fix from Alexander_KS/SAPFOR 2024-10-05 08:46:49 +03:00
Alexander_KS pushed to master at Alexander_KS/SAPFOR 2024-10-05 08:45:28 +03:00
5fda069476 Merge pull request 'macos build fix' (#52) from macos_build_fix into master
7e0f829970 macos build fix
Compare 2 commits »
Alexander_KS merged pull request Alexander_KS/SAPFOR#52 2024-10-05 08:45:26 +03:00
macos build fix