pytorch / glow

Compiler for Neural Network hardware accelerators
Apache License 2.0
3.22k stars 689 forks source link

Bug fix in glow/tests/unittests/test_libjit.cpp #6051

Open kbkarthikeyan opened 1 year ago

kbkarthikeyan commented 1 year ago

Summary: Test failure fix LLVM 15.0.6

Documentation: size_t libjit_sizeTVar; => std::size_t libjit_sizeTVar; std namespace included.

[Optional Fixes #issue]

Test Plan: