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

Compilation issue on the PowerPC #45

Open
eddy16112 opened this issue Apr 20, 2022 · 8 comments
Open

Compilation issue on the PowerPC #45

eddy16112 opened this issue Apr 20, 2022 · 8 comments

Comments

@eddy16112
Copy link

I try to use TBLIS on the PowerPC, and I am able to compile the TBLIS, but when I try to include a header file, I am getting the following error:

In file included from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/util/../external/marray/include/expression.hpp:4,
                 from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/util/../external/marray/include/marray_base.hpp:509,
                 from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/util/../external/marray/include/varray_base.hpp:4,
                 from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/util/../external/marray/include/varray_view.hpp:4,
                 from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/util/../external/marray/include/varray.hpp:4,
                 from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/util/basic_types.h:38,
                 from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/util/configs.h:4,
                 from /autofs/nccs-svm1_home1/wwu12/install/TBLIS/include/tblis/tblis.h:4,
                 from cunumeric/matrix/contract.cc:21:
/autofs/nccs-svm1_sw/summit/gcc/9.3.0-2/lib/gcc/powerpc64le-unknown-linux-gnu/9.3.0/include/x86intrin.h:32:2: error: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error." 

The error is from https://github.com/devinamatthews/tblis/blob/master/src/external/marray/include/expression.hpp#L4
I can add the -DNO_WARN_X86_INTRINSICS to mute this error, but I think the include <x86intrin.h> is not masked correctly in the expression.hpp. I also want to know if TBLIS supports PowerPC vector intrinsics.

@devinamatthews
Copy link
Owner

@eddy16112 TBLIS doesn't currently support PPC/POWER. In the near future TBLIS will work off of the BLIS framework which will allow support for x86_64, arm32, aarch64 and POWER.

@rohany
Copy link

rohany commented May 24, 2022

In the near future TBLIS will work off of the BLIS framework which will allow support for x86_64, arm32, aarch64 and POWER.

Hey @devinamatthews, do you know what the timeline on this looks like? I'm interested in running some experiments on a PowerPC machine using TBLIS as well.

@devinamatthews
Copy link
Owner

devinamatthews commented May 24, 2022 via email

@manopapad
Copy link
Contributor

Hi @devinamatthews, is TBLIS over BLIS available to try out yet?

@ipdemes
Copy link

ipdemes commented Jun 23, 2023

@devinamatthews I got the same question as @manopapad . We were trying to build tblis for aarch64 and got a lot of errors.

@devinamatthews
Copy link
Owner

I finished the first version of the plugin architecture in BLIS on Tuesday, so getting there!!

@ipdemes
Copy link

ipdemes commented Jun 23, 2023

Is that something we can try? I am OK to be an alpha tester

@devinamatthews
Copy link
Owner

I still have to do the TBLIS side but when there's an alpha version ready I'm happy to have testers.

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

5 participants