Code Monkey home page Code Monkey logo

Comments (4)

devinamatthews avatar devinamatthews commented on September 27, 2024

Ah, I see you did submit an issue. Reposting from Discord:

Please include the specific version of BLIS used (release number or git commit ID). It would also be helpful if you could:

  1. Configure and build blis using ./configure -dopt a64fx
  2. Build your example program using gcc -g
  3. Run with gdb, gdb ./a.out and enter the following commands:
    1. r to start the program it should run until the illegal instruction error occurs
    2. bt to get a backtrace. Please send this information.
    3. disas this will output a disassembly. You will need the press enter until you get to a page with => to mark the current instruction. Please send this page of output.

Technically 3.iii) can be done on an optimized binary or from the core dump.

from blis.

garadeaniket avatar garadeaniket commented on September 27, 2024

Blis version used : blis-0.9.0 , I have also attached the backtrace and dissassemble output after running gdb for blis example 04level3.c.
backtrace.txt
disassemble.txt

from blis.

devinamatthews avatar devinamatthews commented on September 27, 2024

It looks like you need to add CFLAGS="-DCACHE_SECTOR_SIZE_READONLY" to the flags passed to configure. E.g. ./configure -tomp CFLAGS="-DCACHE_SECTOR_SIZE_READONLY" a64fx.

from blis.

garadeaniket avatar garadeaniket commented on September 27, 2024

Its working .. Thankyou

from blis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.