Nicholas

Results 36 comments of Nicholas

@sphish Same issue. Any help?

@sphish emmm, some features are not supported on my machine, I will try to fix it. Thank you a lot~~

@sphish Hi, output of `shmem_put_bw` is shown below. I cannot resolve this, could you please give me some guidance? ``` /opt/nvshmem/bin/perftest/device/pt-to-pt/shmem_put_bw Runtime options after parsing command line arguments min_size: 4,...

I found the error.. ``` class CIRCopyOpLowering : public mlir::OpConversionPattern { public: using mlir::OpConversionPattern::OpConversionPattern; mlir::LogicalResult matchAndRewrite(cir::CopyOp op, OpAdaptor adaptor, mlir::ConversionPatternRewriter &rewriter) const override { const mlir::Value length = rewriter.create( op.getLoc(),...

Not sure that using `rewriter.getI64Type()` will solve this issue without leading to other errors. But I will try to run all tests later.

@bcardosolopes Sorry for my late response. I don't understand what you mean by saying `we probably just need to figure out a rule of which one to use based on...

Thank you. I will check later. By the way, what is OG codegen?