Skip to content
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

Fix issues running DeepSpeech #99

Closed
3 of 4 tasks
doe300 opened this issue May 29, 2018 · 1 comment
Closed
3 of 4 tasks

Fix issues running DeepSpeech #99

doe300 opened this issue May 29, 2018 · 1 comment
Assignees
Labels

Comments

@doe300
Copy link
Owner

doe300 commented May 29, 2018

See doe300/VC4CL#31 for discussion:

  • Switch to LLVM library front-end as recommended front-end
  • Fix wrong parsing of parameters in LLVM library front-end (Duplicate parameter for method: i32 % and Not all path generate a valid value for local:)
  • SPIRV-LLVM creates empty VC4CLStdLib.bc (see also Replace eraseUselessFunctions with a more specific one KhronosGroup/SPIRV-LLVM#14 and the functions here and here)
  • Fix the error failing to inline float4 vload4(size_t, <some qualifiers> float*)
@doe300 doe300 added the bug label May 29, 2018
@doe300 doe300 self-assigned this May 29, 2018
@doe300 doe300 changed the title Fix issues found in https://github.com/doe300/VC4CL/issues/31 Fix issues running DeepSpeech May 29, 2018
@doe300
Copy link
Owner Author

doe300 commented Dec 7, 2019

SPIRV-LLVM is deprecated in favor of SPIRV-LLVM-Translator which does not generate an LLVM module at all, but uses the "default" LLVM/Clang to do so

@doe300 doe300 closed this as completed Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant