pgbo

Results 2 comments of pgbo

If you use `-G xcode` in the generate cmake config command, the source code internally will be compiled using `-target x86_64-apple-Macos10.15`. If `-G xcode` is not used, will use `-target...

> ``` > auto var_shape = _Input({(int)mInfo->dim.size()}, NCHW, halide_type_of()); > auto shapePtr = var_shape->writeMap(); > memcpy(shapePtr, &mInfo->dim[0], mInfo->dim.size() * sizeof(int)); > VARP tmpVarp = _Fill(_Shape(var_shape, mInfo->order == Dimensionformat::NCHW), _Scalar(value)); >...