Skip to content

Remove opt to generate llvmbc from llvmir and clean up spirv_generator.py #481

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

Merged
merged 13 commits into from
Jun 24, 2021

Conversation

reazulhoque
Copy link
Contributor

@reazulhoque reazulhoque commented Jun 24, 2021

Closes #249

This PR:

  1. Adds documentation in spirv_generator.py.
  2. Cleans up spirv_generator.py.
  3. Dumps LLVM IR, LLVM Bitcode and generated SPIRV in the directory the program was run from when users provide NUMBA_DPPY_SAVE_IR_FILES.
  4. Removes usage of opt to generate llvmbc from llvmir

@diptorupd
Copy link
Contributor

Convert the comment at the top of the file into a module docstring.

@reazulhoque reazulhoque merged commit fef12e0 into IntelPython:main Jun 24, 2021
@reazulhoque reazulhoque deleted the fix/opt_llvmir_bitcode branch June 24, 2021 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the explicit call to opt inside spirv-generator
2 participants