Loading
Fixes MLIR validation for FuncOp declarations
MLIR validated that *declaration*-only FuncOp must have non-public visibility.
Hence, need to conform our MLIR codegen accordingly.
Fixed the test_kernel test.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>