Skip to content

about project site http://llvm.org/docs/ #178

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

Closed
ghost opened this issue Mar 13, 2020 · 3 comments
Closed

about project site http://llvm.org/docs/ #178

ghost opened this issue Mar 13, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 13, 2020

I went to llvm project site from Google and it led to http://llvm.org

there are sudden redirects on http://llvm.org/docs/ to some other link, found when going to http://llvm.org/docs/GettingStartedTutorials.html. tried again, it redirected to a link, and then it finally went to
is this site safe to use?

@ghost
Copy link
Author

ghost commented Mar 13, 2020

sorry, if its not the right place to post.

thanks, Raj

@llvm llvm locked as off-topic and limited conversation to collaborators Mar 13, 2020
@tstellar
Copy link
Collaborator

Hi, I'm not sure why you are seeing that, but it looked like an unsafe link, so I removed it from your comment.

@llvm llvm unlocked this conversation Mar 13, 2020
@ghost
Copy link
Author

ghost commented Mar 14, 2020

thank you for edit.

similar stuff happened for another http site, got redirected to something else thanks to "https everywhere" extension.

seems https://llvm.org/docs/ does exist and works without redirects. wonder why https version does not open by default? to me, seems firefox doesn't care about security, as another extension is required. I assume the llvm site is setup securely.

didn't find any more unwanted redirect on https://llvm.org/docs/.
though now I have to worry about the extension.

sincerely
Raj

am11 pushed a commit to am11/llvm-project that referenced this issue Mar 29, 2022
…304.3 (llvm#178)

[objwriter/12.x] Update dependencies from dotnet/arcade
vext01 referenced this issue in vext01/llvm-project Jul 3, 2024
Lower floating point comparisons.
ergawy pushed a commit to ergawy/llvm-project that referenced this issue Nov 8, 2024
This patch defines a map-like clause named `host_eval` used to capture host
values for use inside of target regions on restricted cases:
  - As `num_teams` or `thread_limit` of a nested `omp.target` operation.
  - As `num_threads` of a nested `omp.parallel` operation or as bounds or steps
of a nested `omp.loop_nest`, if it is a target SPMD kernel.

This replaces the following `omp.target` arguments: `trip_count`,
`num_threads`, `num_teams_lower`, `num_teams_upper` and `teams_thread_limit`.
jpinot pushed a commit to jpinot/llvm-project that referenced this issue Apr 9, 2025
… task outline reductions over globals.

We forbid globals in reductions because although we can translate the address the user code does not use it.
Imagine a function definition in other file for example.

Fixes llvm#178 llvm#179
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

No branches or pull requests

1 participant