Skip to content

Building Error of OpenBLAS C910V Target  #4029

Closed
@luyanaa

Description

@luyanaa

When building OpenBLAS with T-head 2.6.1 toolchain, the following multiples errors are found.

error: incompatible types when assigning to type 'vfloat32m4_t' from type 'int'
   35 | #define VLSEV_FLOAT vlse_v_f32m4
      |                     ^~~~~~~~~~~~
note: in expansion of macro 'VLSEV_FLOAT'
  130 |                         vy = VLSEV_FLOAT(&y[iy], stride_y, gvl);
      |                              ^~~~~~~~~~~

error: incompatible types when assigning to type 'vfloat32m4_t' from type 'int'
   34 | #define VLEV_FLOAT vle_v_f32m4
      |                    ^~~~~~~~~~~
note: in expansion of macro 'VLEV_FLOAT'
  145 |                         vx = VLEV_FLOAT(&x[j], gvl);

Refer to #4024 for the build CI to test the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions