Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all and any appear both in ArrayTransform and ArrayArith #76

Open
dopefishh opened this issue Mar 30, 2023 · 0 comments
Open

all and any appear both in ArrayTransform and ArrayArith #76

dopefishh opened this issue Mar 30, 2023 · 0 comments

Comments

@dopefishh
Copy link

dopefishh commented Mar 30, 2023

see:

inline bool all( bool[*] a)

and:

#define ALL REDUCE( all, bool, &, true)

It seems though that they don't exactly generate the number of instances:

$ objdump -t libArrayTransformTree.so libArrayArithTree.so | grep all
000000000040c3bd g     F .text  0000000000001f04 SBDY_ArrayTransform_all_00__ND1bl
00000000000c7dd5 g     F .text  0000000000000624 SHDR_ArrayTransform_all_10__NUbl
00000000003a9c74 g     F .text  0000000000000375 SHDR_ArrayTransform_all_00__NUbl
000000000040c014 g     F .text  00000000000003a9 SHDR_ArrayTransform_all_00__ND1bl
00000000003a9fe9 g     F .text  0000000000001d5b SBDY_ArrayTransform_all_00__NUbl
00000000000361e0 g     F .text  000000000000046d SHDR_ArrayArith_all_10__NUbl
00000000002ccd3d g     F .text  0000000000001dad SBDY_ArrayArith_all_00__NUbl
00000000002cc9c8 g     F .text  0000000000000375 SHDR_ArrayArith_all_00__NUbl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant