Open philipportner opened 1 month ago
Currently, only kernels that are executed outside of VectorizedPipeline.h are properly handled. There is no mapping for kernels executed in vectorized pipelines, which makes it hard to map a runtime error to the source code line of the script.
VectorizedPipeline.h
Currently, only kernels that are executed outside of
VectorizedPipeline.h
are properly handled. There is no mapping for kernels executed in vectorized pipelines, which makes it hard to map a runtime error to the source code line of the script.