Pandas version checks
-
[X] I have checked that this issue has not already been reported.
-
[X] I have confirmed this bug exists on the latest version of pandas.
-
[ ] I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
print(pd_series)
StreamExecutor::run 6787.538
LazyGraphExecutor::SyncTensorsGraph 6012.728
StepMarker_xla:0 5998.051
aten::_local_scalar_dense 3141.302
LazyGraphExecutor::SyncTensorsGraphInternal 2061.676
LazyGraphExecutor::Compile 2015.125
BUT pd_series.to_csv(), get weire csv
,0
aten::_local_scalar_dense,3141.302
LazyGraphExecutor::SyncTensorsGraph,6012.728
ISSUE: It seems to be truncated by "StepMarker_xla:"
### Issue Description
print(pd_series)
StreamExecutor::run 6787.538 LazyGraphExecutor::SyncTensorsGraph 6012.728 StepMarker_xla:0 5998.051 aten::_local_scalar_dense 3141.302 LazyGraphExecutor::SyncTensorsGraphInternal 2061.676 LazyGraphExecutor::Compile 2015.125
BUT pd_series.to_csv(), get weire csv
,0 aten::_local_scalar_dense,3141.302 LazyGraphExecutor::SyncTensorsGraph,6012.728
ISSUE:
It seems to be truncated by "StepMarker_xla:"
### Expected Behavior
CSV GET OUTPUT
StreamExecutor::run 6787.538 LazyGraphExecutor::SyncTensorsGraph 6012.728 StepMarker_xla:0 5998.051 aten::_local_scalar_dense 3141.302 LazyGraphExecutor::SyncTensorsGraphInternal 2061.676 LazyGraphExecutor::Compile 2015.125 ```
Installed Versions
Comment From: MarcoGorelli
Thanks for the report - could you make your example reproducible please?
Comment From: codestorm177
take
Comment From: phofl
Closing for now, please ping to reopen, when you can address questions