Giter VIP home page Giter VIP logo

xavier's People

Contributors

armintoepfer avatar edyounis avatar giuliaguidi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

r-barnes

xavier's Issues

omp

Hi!

The omp dependency in benchmark/utils.h is unnecessary ;)

  • Armin

Extraneous lib

Consider dropping lib/libxavier.a from the codebase since it's a binary.

Cannot compile

Hell XAVIER team,

This has been mentioned but no fix (GCC 11):

src/trace.cpp:81:55: warning: missing initializer for member ‘xavier::Trace::AlignmentPair::decodedCigar’ [-Wmissing-field-initializers]
81 | AlignmentPair traceback = {"", 0, 0, 0};
| ^
src/trace.cpp:83:20: error: expected primary-expression before ‘?’ token
83 | if(? != VectorRegister::VECTORWIDTH)
| ^
src/trace.cpp:83:22: error: expected primary-expression before ‘!=’ token
83 | if(? != VectorRegister::VECTORWIDTH)
| ^~
src/trace.cpp:83:52: error: expected ‘:’ before ‘)’ token
83 | if(? != VectorRegister::VECTORWIDTH)
| ^
| :
src/trace.cpp:83:52: error: expected primary-expression before ‘)’ token
src/trace.cpp:154:17: error: jump to label ‘dp’
154 | dp:
| ^~
src/trace.cpp:84:30: note: from here
84 | goto dp;
| ^~
src/trace.cpp:93:24: note: crosses initialization of ‘size_t sq_diag_pos’
93 | size_t sq_diag_pos = 0;
| ^~~~~~~~~~~
src/trace.cpp:92:24: note: crosses initialization of ‘size_t sq_above_pos’
92 | size_t sq_above_pos = 0;
| ^~~~~~~~~~~~
src/trace.cpp:91:24: note: crosses initialization of ‘size_t sq_left_pos’
91 | size_t sq_left_pos = 0;
| ^~~~~~~~~~~
src/trace.cpp:88:24: note: crosses initialization of ‘size_t dp_pos’
88 | size_t dp_pos = itAtMax->antiDiag3.argmax();
| ^~~~~~
src/trace.cpp:87:22: note: crosses initialization of ‘std::reverse_iterator<__gnu_cxx::__normal_iterator<xavier::TraceEntry*, std::vectorxavier::TraceEntry > > itAtMax’
87 | auto itAtMax = trace.rbegin() + (trace.size() - 1 - maxPos);
| ^~~~~~~
make: *** [obj/trace.o] Error 1

Thanks,

Missing code?

The syntax on this line

if(? != VectorRegister::VECTORWIDTH)

is unfamiliar to me and also unfamiliar to both GCC 9.3.0 and clang 10.0.0.

It looks as though there's missing code here. This prevents XAVIER from compiling.

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.