mirror of https://github.com/BOINC/boinc.git
client: write / parse OpenCL info in COPROC XML data
svn path=/trunk/boinc/; revision=24028
This commit is contained in:
parent
0c39d8e9d9
commit
05ddd16f5e
|
@ -308,12 +308,6 @@ void COPROC_NVIDIA::description(char* buf) {
|
|||
|
||||
#ifndef _USING_FCGI_
|
||||
void COPROC_NVIDIA::write_xml(MIOFILE& f, bool include_request) {
|
||||
unsigned long long test;
|
||||
|
||||
test = strtoull("0x123456789abc", NULL, 0);
|
||||
|
||||
|
||||
|
||||
f.printf(
|
||||
"<coproc_cuda>\n"
|
||||
" <count>%d</count>\n"
|
||||
|
|
|
@ -77,7 +77,7 @@ inline bool match_tag(const std::string &s, const char* tag) {
|
|||
return match_tag(s.c_str(), tag);
|
||||
}
|
||||
|
||||
#ifndef strtoull
|
||||
#ifndef __APPLE__
|
||||
inline unsigned long long strtoull(const char *s, char **, int) {
|
||||
char buf[64];
|
||||
char *p;
|
||||
|
|
Loading…
Reference in New Issue