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

Error with 'int8' #377

Open
chuksyee opened this issue Jan 3, 2025 · 1 comment
Open

Error with 'int8' #377

chuksyee opened this issue Jan 3, 2025 · 1 comment

Comments

@chuksyee
Copy link

chuksyee commented Jan 3, 2025

I had compiled GraphBLAS-9.4.2 from source code with gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0.
When running the test suite "gbtest", the test fails at gbtest1 when it uses the type 'int8'. I tried running the gbtest1 manually by typing out each command at octave command-line as shown below. When I use type 'double' or 'uint8', it works fine. Would you know the reason for this error? Thanks for your help.

octave:4> rng ('default') ;
octave:5> X = 100 * sprand (3, 4, 0.4)
X =
Compressed Column Sparse (rows = 3, cols = 4, nnz = 5 [42%])

  (3, 2) -> 47.660
  (1, 3) -> 30.331
  (3, 3) -> 58.338
  (1, 4) -> 78.380
  (2, 4) -> 40.493

octave:6> m = 2 ;
octave:7> n = 3 ;
octave:8> A=GrB(X,'int8')
error:
error: called from
    GrB at line 630 column 30
@chuksyee
Copy link
Author

chuksyee commented Jan 3, 2025

I forgot to mention I was using octave-8.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant