intel / xFasterTransformer

Apache License 2.0
355 stars 61 forks source link

gcc8.2 编译报错 #419

Closed bukejiyu closed 4 months ago

bukejiyu commented 4 months ago

image

pujiang2018 commented 4 months ago

To solve this, need to move the kernels into pre-built library. Before that, pls use new GCC.

changqi1 commented 4 months ago

@bukejiyu Recommend you to use GCC 12.3.0 to build xFT.

pujiang2018 commented 4 months ago

we now upgraded to PyTorch 2.3, which needs a newer GCC to build cpp_extensions.