Skip to content

Aborted (core dumped) in flow.nn.functional.conv_transpose3d #10501

@x0w3n

Description

@x0w3n

Summary

flow.nn.functional.conv_transpose3d crashes with parameters of a specific shape, it should need a shape check function on the parameter to check for legitimacy.

Code to reproduce bug

import oneflow as flow
flow.nn.functional.conv_transpose3d(input=oneflow.ones([1,1,1,1]), weight=oneflow.ones([1]))

image

System Information

  • What is your OneFlow installation (pip, source, dockerhub): pip
  • OS: Ubuntu 22.04.3 LTS
  • OneFlow version (run python3 -m oneflow --doctor):
path: ['*/temp/oneflow-1.0.0/python/oneflow']
version: 0.9.0
git_commit: 381b12c
cmake_build_type: Release
rdma: True
mlir: True
  • Python version: 3.10.0
  • CUDA driver version: 12.2
  • GPU models: NVIDIA GeForce RTX 3090
  • Other info: None

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions