public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/99894] New: Does GCC 4.8.1 support OpenCL?
@ 2021-04-03 8:51 zmin1 at avic dot com
2021-04-03 8:53 ` [Bug c/99894] " pinskia at gcc dot gnu.org
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: zmin1 at avic dot com @ 2021-04-03 8:51 UTC (permalink / raw)
To: gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99894
Bug ID: 99894
Summary: Does GCC 4.8.1 support OpenCL?
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: zmin1 at avic dot com
Target Milestone: ---
Does GCC 4.8.1 support OpenCL?
If yes, what parameters are needed to configure GCC?
What parameters are needed when using gcc?
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug c/99894] Does GCC 4.8.1 support OpenCL?
2021-04-03 8:51 [Bug c/99894] New: Does GCC 4.8.1 support OpenCL? zmin1 at avic dot com
@ 2021-04-03 8:53 ` pinskia at gcc dot gnu.org
2021-04-03 14:27 ` redi at gcc dot gnu.org
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-04-03 8:53 UTC (permalink / raw)
To: gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99894
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
NO.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug c/99894] Does GCC 4.8.1 support OpenCL?
2021-04-03 8:51 [Bug c/99894] New: Does GCC 4.8.1 support OpenCL? zmin1 at avic dot com
2021-04-03 8:53 ` [Bug c/99894] " pinskia at gcc dot gnu.org
@ 2021-04-03 14:27 ` redi at gcc dot gnu.org
2021-04-07 7:34 ` zmin1 at avic dot com
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-04-03 14:27 UTC (permalink / raw)
To: gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99894
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This is not a bug report. lease use the gcc-help mailing list for basic
question about GCC, don't report bugs to ask questions.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug c/99894] Does GCC 4.8.1 support OpenCL?
2021-04-03 8:51 [Bug c/99894] New: Does GCC 4.8.1 support OpenCL? zmin1 at avic dot com
2021-04-03 8:53 ` [Bug c/99894] " pinskia at gcc dot gnu.org
2021-04-03 14:27 ` redi at gcc dot gnu.org
@ 2021-04-07 7:34 ` zmin1 at avic dot com
2021-04-07 7:39 ` pinskia at gcc dot gnu.org
2021-04-07 9:35 ` redi at gcc dot gnu.org
4 siblings, 0 replies; 6+ messages in thread
From: zmin1 at avic dot com @ 2021-04-07 7:34 UTC (permalink / raw)
To: gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99894
--- Comment #3 from ZhangMin <zmin1 at avic dot com> ---
(In reply to Andrew Pinski from comment #1)
> NO.
Thanks, I want to know which version of gcc can support OpenCL?
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug c/99894] Does GCC 4.8.1 support OpenCL?
2021-04-03 8:51 [Bug c/99894] New: Does GCC 4.8.1 support OpenCL? zmin1 at avic dot com
` (2 preceding siblings ...)
2021-04-07 7:34 ` zmin1 at avic dot com
@ 2021-04-07 7:39 ` pinskia at gcc dot gnu.org
2021-04-07 9:35 ` redi at gcc dot gnu.org
4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-04-07 7:39 UTC (permalink / raw)
To: gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99894
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to ZhangMin from comment #3)
> (In reply to Andrew Pinski from comment #1)
> > NO.
>
> Thanks, I want to know which version of gcc can support OpenCL?
NONE.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug c/99894] Does GCC 4.8.1 support OpenCL?
2021-04-03 8:51 [Bug c/99894] New: Does GCC 4.8.1 support OpenCL? zmin1 at avic dot com
` (3 preceding siblings ...)
2021-04-07 7:39 ` pinskia at gcc dot gnu.org
@ 2021-04-07 9:35 ` redi at gcc dot gnu.org
4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-04-07 9:35 UTC (permalink / raw)
To: gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99894
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to ZhangMin from comment #3)
> Thanks, I want to know which version of gcc can support OpenCL?
This is still not a bug report, so doesn't belong in bugzilla.
GCC does not come with OpenCL support, you need to download a third-party
toolkit to use OpenCL. So you should read the documentation for that toolkit to
see which compilers it supports.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-04-07 9:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-03 8:51 [Bug c/99894] New: Does GCC 4.8.1 support OpenCL? zmin1 at avic dot com
2021-04-03 8:53 ` [Bug c/99894] " pinskia at gcc dot gnu.org
2021-04-03 14:27 ` redi at gcc dot gnu.org
2021-04-07 7:34 ` zmin1 at avic dot com
2021-04-07 7:39 ` pinskia at gcc dot gnu.org
2021-04-07 9:35 ` redi at gcc dot gnu.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).