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

corss #89

Open
bathiya17 opened this issue Apr 13, 2024 · 1 comment
Open

corss #89

bathiya17 opened this issue Apr 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bathiya17
Copy link

Description

Please, describe briefly what the issue is

Code example

If possible, write a minimum working example that reproduces the bug,
e.g:

import vegasflow
vegasflow.broken_function()

Additional information

Does the problem occur in CPU or GPU?
If GPU, how many? Which version of Cuda do you have?

nvcc --version

Please include the version of python, vegasflow and tensorflow that you are running.
Running the following python script will produce useful information:

import tensorflow as tf
import sys
from tensorflow.python.framework import test_util
import vegasflow

print(f"Python version: {sys.version}")
print(f"Vegasflow: {vegasflow.__version__}")
print(f"Tensorflow: {tf.__version__}")
print(f"tf-mkl: {test_util.IsMklEnabled()}")
print(f"tf-cuda: {tf.test.is_built_with_cuda()}")
print(f"tf-cuda: {tf.test.is_built_with_rocm()}")
print(f"GPU available: {tf.test.is_gpu_available()}")
@bathiya17 bathiya17 added the bug Something isn't working label Apr 13, 2024
@scarlehoff
Copy link
Member

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants