-
Notifications
You must be signed in to change notification settings - Fork 40
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
llvm19.1.7 #134
base: main
Are you sure you want to change the base?
llvm19.1.7 #134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make changes in the README as well.
seed_embeddings/OpenKE/openKE.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert back this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert back this file.
src/CMakeLists.txt
Outdated
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}") | ||
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}") | ||
message(STATUS "Using LLVM_TOOLS_BINARY_DIR in: ${LLVM_TOOLS_BINARY_DIR}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete these lines.
|
||
done | ||
wait | ||
# Part of the IR2Vec Project, under the Apache License v2.0 with LLVM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please clean up unnecessary commented codes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oracle_old
should be deleted.
src/test-suite/sanity_check.sh.cmake
Outdated
@@ -38,6 +38,7 @@ functions=("main" "buildMatchingMachine" "search" "BellamFord" "BFS" "isBCUtil" | |||
perform_vector_comparison() { | |||
LEVEL=$1 | |||
FILE_PREFIX=$2 | |||
echo -e "${LEVEL} hello ${FILE_PREFIX}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this line.
@@ -25,7 +25,7 @@ else | |||
fi | |||
|
|||
SEED_VERSION=$2 | |||
VOCAB_PATH="./vocabulary/seedEmbeddingVocab.txt" | |||
VOCAB_PATH="./vocabulary/seedEmbeddingVocab75.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is VOCAB_PATH used?
Upgrded ir2vec to support llvm19.1.7 version