Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
973e9808
Commit
973e9808
authored
Jan 16, 2015
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Jan 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* target.c (num_devices): Guard with PLUGIN_SUPPORT.
From-SVN: r219742
parent
32e84644
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
libgomp/ChangeLog
+4
-0
libgomp/target.c
+2
-0
No files found.
libgomp/ChangeLog
View file @
973e9808
2015-01-16 Gerald Pfeifer <gerald@pfeifer.com>
* target.c (num_devices): Guard with PLUGIN_SUPPORT.
2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
James Norris <jnorris@codesourcery.com>
James Norris <jnorris@codesourcery.com>
Tom de Vries <tom@codesourcery.com>
Tom de Vries <tom@codesourcery.com>
...
...
libgomp/target.c
View file @
973e9808
...
@@ -63,8 +63,10 @@ static int num_offload_images;
...
@@ -63,8 +63,10 @@ static int num_offload_images;
/* Array of descriptors for all available devices. */
/* Array of descriptors for all available devices. */
static
struct
gomp_device_descr
*
devices
;
static
struct
gomp_device_descr
*
devices
;
#ifdef PLUGIN_SUPPORT
/* Total number of available devices. */
/* Total number of available devices. */
static
int
num_devices
;
static
int
num_devices
;
#endif
/* Number of GOMP_OFFLOAD_CAP_OPENMP_400 devices. */
/* Number of GOMP_OFFLOAD_CAP_OPENMP_400 devices. */
static
int
num_devices_openmp
;
static
int
num_devices_openmp
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment