Commit 42195a48 by Pratyush Patel Committed by Tianqi Chen

[CODEGEN] Remove incorrect check for LLVM in C codegen test (#3921)

parent 0f4c151f
......@@ -64,8 +64,6 @@ def test_add_pipeline():
s[C].vectorize(xi)
def check_c():
if not tvm.module.enabled("llvm"):
return
# Specifically allow offset to test codepath when offset is available
Ab = tvm.decl_buffer(
A.shape, A.dtype,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment