Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aborted (core dumped) in flow.randn #10507

Open
x0w3n opened this issue Apr 23, 2024 · 0 comments
Open

Aborted (core dumped) in flow.randn #10507

x0w3n opened this issue Apr 23, 2024 · 0 comments
Labels
bug community events from community

Comments

@x0w3n
Copy link

x0w3n commented Apr 23, 2024

Summary

There is a corresponding check function that throws an exception when the input to flow.randn is -1, but subsequent processing throws an exception, causing a crash to occur.

Code to reproduce bug

import oneflow as flow
flow.randn(-1)

image

System Information

  • What is your OneFlow installation (pip, source, dockerhub): source
  • OS: Ubuntu 22.04.3 LTS
  • OneFlow version (run python3 -m oneflow --doctor):
path: ['*/temp/oneflow-1.0.0/python/oneflow']
version: 0.9.1+cpu.git.f97cd07
git_commit: f97cd07
cmake_build_type: Release
rdma: False
mlir: False
  • Python version: 3.10.0
  • CUDA driver version: 12.2
  • GPU models: NVIDIA GeForce RTX 3090
  • Other info: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug community events from community
Projects
None yet
Development

No branches or pull requests

1 participant