~ubuntu-branches/ubuntu/oneiric/hwloc/oneiric

« back to all changes in this revision

Viewing changes to tests/cuda.c

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2011-03-03 15:06:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303150651-pflw8qd8ir0mgstt
Tags: 1.1.2-1
* New upstream release.
* debian/control: Replace doxygen+texlive* build dependency with
  doxygen-latex (Closes: Bug#616253).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright © 2010 INRIA
 
3
 * Copyright © 2011 Cisco Systems, Inc.  All rights reserved.
3
4
 * See COPYING in top-level directory.
4
5
 */
5
6
 
6
7
#include <stdio.h>
7
8
#include <assert.h>
8
9
#include <cuda.h>
9
 
#include <private/config.h>
 
10
#include <private/autogen/config.h>
10
11
#include <hwloc.h>
11
12
#include <hwloc/cuda.h>
12
13