openxla / stablehlo

Backward compatible ML compute opset inspired by HLO/MHLO
Apache License 2.0
390 stars 105 forks source link

Delete `<optional>` and add `<stdint.h>` from `StablehloAttributes.h` #2344

Closed bartchr808 closed 4 months ago

bartchr808 commented 4 months ago

This is for C builds which doesn't have optional defined. And include <stdint.h> as that is what defines int64_t.