mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
<!-- copilot:poem --> ### <samp>🤖 Generated by Copilot at 6b1dde1</samp> > _`namespace` syntax_ > _Simplified with C++17_ > _Code is more readable_ Pull Request resolved: https://github.com/pytorch/pytorch/pull/106928 Approved by: https://github.com/huydhn, https://github.com/izaitsevfb
8 lines
123 B
C++
8 lines
123 B
C++
#pragma once
|
|
|
|
namespace torch::cuda::python {
|
|
|
|
void initCommMethods(PyObject* module);
|
|
|
|
} // namespace torch::cuda::python
|