Alfred Xu

Results 4 comments of Alfred Xu

@gaocegege In my opinion, we need to add additional field `Distribution` in `FeasibleSpace`. The `FeasibleSpace` definition could be changed to: ```go type ParameterDistribution string const ( Uniform ParameterDistribution = "uniform"...

~Hi @andygrove, I found another bug about `regexp_extract` #5088. Shall we put it in the list ?~

Hi @andygrove, I added #5135 to the list as a high priority task, since I think it is a correctness issue which is not only triggered by corner cases.

In terms of MT D2H/H2D memory copy, is there any callable APIs for real-world application like spark-rapids ?