CINN
CINN copied to clipboard
Example of set string as input parameters
此pr修改了cinn_call_cuda_kernel函数的参数,使其能够传入String字符串作为参数。 需注意,在llvm中注册变量的var_name必须以"__ptr"为结尾,以让CINN能够识别它将会被转化为int8*类型。
Thanks for your contribution!