Giter Site home page Giter Site logo

giuliaguidi / xavier Goto Github PK

View Code? Open in Web Editor NEW
8.0 7.0 1.0 97.36 MB

XAVIER: High-Performance X-Drop Adaptive Banded Pairwise Alignment

License: Other

C++ 63.56% Makefile 0.03% C 1.63% Shell 0.23% Python 3.30% CMake 1.25% Awk 0.02% R 0.04% PHP 22.24% Roff 1.33% Batchfile 0.04% CSS 1.40% JavaScript 2.21% HTML 2.68% TeX 0.02% GLSL 0.01% Tcl 0.01% Meson 0.01%

xavier's People

Stargazers

Jianshu_Zhao avatar Oromion avatar octalene avatar Arindam Das avatar Hajime Suzuki avatar  avatar Daniel Liu avatar Rohan Bavishi avatar

Watchers

octalene avatar James Cloos avatar Armin Töpfer avatar Aydin Buluc avatar Ed Younis avatar Giulia Guidi avatar Oromion avatar

Forkers

r-barnes

xavier's Issues

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.

Extraneous lib

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

omp

Hi!

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

  • Armin

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,

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.