Details
Diff Detail
Unit Tests
Event Timeline
mlir/test/mlir-cuda-runner/gpu-to-cubin.mlir | ||
---|---|---|
19 | Could you instead have an additional test case? |
mlir/test/mlir-cuda-runner/gpu-to-cubin.mlir | ||
---|---|---|
19 | I added a vector.print without changing the rest of the test. Does that make sense to you or do you think it should be a different test? I didn't to copy paste this test but if you think it is clearer I can change it. |
Failing a buildbot https://lab.llvm.org/buildbot/#/builders/33/builds/3150.
ConvertLaunchFuncToRuntimeCalls.cpp:(.text._ZN12_GLOBAL__N_123GpuToLLVMConversionPass14runOnOperationEv+0x84): undefined reference to `mlir::populateVectorToLLVMConversionPatterns(mlir::LLVMTypeConverter&, mlir::OwningRewritePatternList&, bool, bool)'
Could you instead have an additional test case?