openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.39k stars 358 forks source link

[xla:cpu] Move convolution implementation file to the 'runtime' directory #14241

Closed copybara-service[bot] closed 4 days ago

copybara-service[bot] commented 5 days ago

[xla:cpu] Move convolution implementation file to the 'runtime' directory

'runtime' (xla/service/cpu/runtime) is the target directory for all runtime files, this commit moves the first one there.

Currently files from xla/service/cpu call the ones from xla/service/cpu/runtime, but the long-term goal is to migrate to the new/thunks runtime and remove the old/current runtime files entirely, so no runtime files will reside in xla/service/cpu anymore.

google-cla[bot] commented 5 days ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.