kroma-network / tachyon

Modular ZK(Zero Knowledge) backend accelerated by GPU
MIT License
7.78k stars 226 forks source link

Unittests are failed when building with optimization mode in clang #447

Open chokobole opened 1 month ago

chokobole commented 1 month ago

Issue type

Bug

OS platform and distribution

Linux Ubuntu 22.04

Current behavior?

Some of the unittests are failed.

Expected Behavior?

All the unittests should be passed.

Standalone code or description to reproduce the issue

export CC=/usr/bin/clang-15
export CXX=/usr/bin/clang++-15
bazel test -c opt //...