runtime error
Exit code: 1. Reason: ite-packages/torch/include/ATen/core/ivalue.h:4, from /usr/local/lib/python3.10/site-packages/torch/include/ATen/core/List_inl.h:4, from /usr/local/lib/python3.10/site-packages/torch/include/ATen/core/List.h:491, from /usr/local/lib/python3.10/site-packages/torch/include/ATen/core/IListRef_inl.h:3, from /usr/local/lib/python3.10/site-packages/torch/include/ATen/core/IListRef.h:631, from /usr/local/lib/python3.10/site-packages/torch/include/ATen/DeviceGuard.h:3, from /usr/local/lib/python3.10/site-packages/torch/include/ATen/ATen.h:9: /usr/local/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here 225 | DeprecatedTypeProperties & type() const { | ^~~~ /home/user/app/networks/op/fused_bias_act.cpp:11:21: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 11 | TORCH_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor") | ^ /home/user/app/networks/op/fused_bias_act.cpp:15:3: note: in expansion of macro ‘CHECK_CUDA’ 15 | CHECK_CUDA(x); \ | ^~~~~~~~~~ /home/user/app/networks/op/fused_bias_act.cpp:23:3: note: in expansion of macro ‘CHECK_INPUT’ 23 | CHECK_INPUT(bias); | ^~~~~~~~~~~ /usr/local/lib/python3.10/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here 225 | DeprecatedTypeProperties & type() const { | ^~~~ ninja: build stopped: subcommand failed.
Container logs:
Fetching error logs...