File: README.md

package info (click to toggle)
level-zero 1.28.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,308 kB
  • sloc: cpp: 149,246; ansic: 16,655; python: 12,807; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Source location

https://github.com/openxla/xla/tree/18d21413942e140f923da9eefe7a5b7c7206157f/xla/service/graphcycles

# Note

Some modifications were made to the files, including the complete removal of the external `abseil` library, which was replaced with equivalent `std::` containers. Additionally, certain C++17 features were substituted with equivalent code to ensure compatibility with C++14.