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

pdf table wrap error in extension spec #795

Closed
bashbaug opened this issue May 11, 2022 · 0 comments · Fixed by #821
Closed

pdf table wrap error in extension spec #795

bashbaug opened this issue May 11, 2022 · 0 comments · Fixed by #821
Labels
OpenCL Extension Spec Issues related to the OpenCL Extension specification.

Comments

@bashbaug
Copy link
Contributor

Asciidoctor has a problem generating PDF output when a table cell does not fit onto a page, and a table in the OpenCL extension spec is exposing this problem.

The problem can be identified with the OpenCL spec toolchain via an error from optimize-pdf:

/home/bashbaug/git/OpenCL-Docs/config/optimize-pdf out/pdf/OpenCL_Ext.pdf
   **** Error: File did not complete the page properly and may be damaged.
               Output may be incorrect.

The problem appears to be caused by the cl_khr_extended_async_copies spec and I do not see the error if I comment out this spec.

The HTML specs are not affected. Still, we should fix this problem before the next spec release.

@bashbaug bashbaug added the OpenCL Extension Spec Issues related to the OpenCL Extension specification. label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OpenCL Extension Spec Issues related to the OpenCL Extension specification.
Development

Successfully merging a pull request may close this issue.

1 participant