Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1457

[C++] Optimize strided WriteTensor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • C++
    • None

    Description

      At the moment, if we call WriteTensor on a strided Tensor, it will write the tensor element by element; this can be optimized by combining multiple consecutive writes together.

      If there are long stretches of contiguous data, this might even be able to take advantage of the multithreaded memory copy we have int the FixedSizeBufferWriter.

      Attachments

        Activity

          People

            wesm Wes McKinney
            pcmoritz Philipp Moritz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: