Giter Site home page Giter Site logo

Makefile issues about memtestcl HOT 5 CLOSED

ihaque avatar ihaque commented on August 24, 2024
Makefile issues

from memtestcl.

Comments (5)

ihaque avatar ihaque commented on August 24, 2024

I just committed a patch to Makefile.windows to update the paths for the AMD SDK, give it a shot now. Unfortunately, I no longer have access to VS to build a Windows binary.

from memtestcl.

Marksman30K avatar Marksman30K commented on August 24, 2024

I tried compiling it again with the updated makefile, it got much further than previously but i'm getting the following error

E:\Memtestcl\memtestCL>nmake -f Makefiles\Makefile.windows

Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.

    cl -MT -Ox -EHsc -DWINDOWS -DCURL_STATICLIB -D_CRT_SECURE_NO_DEPRECATE -

I"\Program Files (x86)\AMD APP"\include -Ipopt/win32 -c memtestCL_core.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.30501 for x86
Copyright (C) Microsoft Corporation. All rights reserved.

memtestCL_core.cpp
e:\memtestcl\memtestcl\memtestCL_core.h(45) : fatal error C1083: Cannot open inc
lude file: 'CL/opencl.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0
\VC\BIN\cl.EXE"' : return code '0x2'
Stop.

E:\Memtestcl\memtestCL>

from memtestcl.

ihaque avatar ihaque commented on August 24, 2024

Thanks to @proteneer we have a new Windows binary and some Makefile patches. Please give those a shot.

from memtestcl.

proteneer avatar proteneer commented on August 24, 2024

Bancomm and sendcomm are no longer valid options for the github version.

On Sunday, August 10, 2014, mrsilva [email protected] wrote:

The new binary is faulty. It is not accepting the arguments correctly.

For example, this is the output of the original 1.00 binary available at
Simtk:

memtestCL1.exe --platform 0 --gpu 0 --bancomm 1024 1

| MemtestCL v1.00 |
| |
| Usage: memtestCL [flags] [MB GPU RAM to test] [# iters] |
| |
| Defaults: GPU 0, 128MB RAM, 50 test iterations |

| Amount of tested RAM will be rounded up to nearest 2MB |

Available flags:
--platform N ,-p N : run test on the Nth (from 0) OpenCL platform
--gpu N ,-g N : run test on the Nth (from 0) OpenCL device
on selected platform
--license ,-l : show license terms for this build
--forcecomm, -f : DO send test results to Stanford (don't prompt)
--bancomm, -b : DO NOT send test results to Stanford (don't prom

pt)
--ramclock X , -r X : Specify RAM clock speed (for returned results) as
X MHz
--coreclock X , -c X : Specify core/ROP clock speed (for returned result
s) as X MHz

Available OpenCL platforms:
0: AMD Accelerated Parallel Processing (SELECTED)
Available OpenCL devices on selected platform:
0: Tahiti (SELECTED)
1: Tahiti
2: Intel(R) Xeon(R) CPU X5570 @ 2.93GHz

Running 1 iterations of tests over 1024 MB of memory on device 0: Tahiti

Running memory bandwidth test over 20 iterations of 512 MB transfers...
Estimated bandwidth 119069.77 MB/s

This is the output of the new binary uploaded to Github:

memtestCL.exe --platform 0 --gpu 0 --bancomm 1024 1

| MemtestCL v1.00 |
| |
| Usage: memtestCL [flags] [MB GPU RAM to test] [# iters] |
| |
| Defaults: GPU 0, 128MB RAM, 50 test iterations |

| Amount of tested RAM will be rounded up to nearest 2MB |

Available flags:
--platform N ,-p N : run test on the Nth (from 0) OpenCL platform
--gpu N ,-g N : run test on the Nth (from 0) OpenCL device
on selected platform
--license ,-l : show license terms for this build

Error: Bad argument for [MB GPU RAM to test] [# iters]Available OpenCL
platforms
:
0: AMD Accelerated Parallel Processing (SELECTED)
Available OpenCL devices on selected platform:
0: Tahiti (SELECTED)
1: Tahiti
2: Intel(R) Xeon(R) CPU X5570 @ 2.93GHz

Running 50 iterations of tests over 128 MB of memory on device 0: Tahiti
Running memory bandwidth test over 20 iterations of 64 MB transfers...

Please note the error "Error: Bad argument for [MB GPU RAM to test] [#
iters]"


Reply to this email directly or view it on GitHub
#3 (comment).

Yutong Zhao
www.proteneer.com

from memtestcl.

mrsilva avatar mrsilva commented on August 24, 2024

Thank you. I noticed that a short while after posting and removed the issue.

From: Yutong Zhao [mailto:[email protected]]
Sent: Sunday, August 10, 2014 6:30 PM
To: ihaque/memtestCL
Cc: mrsilva
Subject: Re: [memtestCL] Makefile issues (#3)

Bancomm and sendcomm are no longer valid options for the github version.

On Sunday, August 10, 2014, mrsilva [email protected] wrote:

The new binary is faulty. It is not accepting the arguments correctly.

For example, this is the output of the original 1.00 binary available at
Simtk:

memtestCL1.exe --platform 0 --gpu 0 --bancomm 1024 1

| MemtestCL v1.00 |
| |
| Usage: memtestCL [flags] [MB GPU RAM to test] [# iters] |
| |
| Defaults: GPU 0, 128MB RAM, 50 test iterations |

| Amount of tested RAM will be rounded up to nearest 2MB |

Available flags:
--platform N ,-p N : run test on the Nth (from 0) OpenCL platform
--gpu N ,-g N : run test on the Nth (from 0) OpenCL device
on selected platform
--license ,-l : show license terms for this build
--forcecomm, -f : DO send test results to Stanford (don't prompt)
--bancomm, -b : DO NOT send test results to Stanford (don't prom

pt)
--ramclock X , -r X : Specify RAM clock speed (for returned results) as
X MHz
--coreclock X , -c X : Specify core/ROP clock speed (for returned result
s) as X MHz

Available OpenCL platforms:
0: AMD Accelerated Parallel Processing (SELECTED)
Available OpenCL devices on selected platform:
0: Tahiti (SELECTED)
1: Tahiti
2: Intel(R) Xeon(R) CPU X5570 @ 2.93GHz

Running 1 iterations of tests over 1024 MB of memory on device 0: Tahiti

Running memory bandwidth test over 20 iterations of 512 MB transfers...
Estimated bandwidth 119069.77 MB/s

This is the output of the new binary uploaded to Github:

memtestCL.exe --platform 0 --gpu 0 --bancomm 1024 1

| MemtestCL v1.00 |
| |
| Usage: memtestCL [flags] [MB GPU RAM to test] [# iters] |
| |
| Defaults: GPU 0, 128MB RAM, 50 test iterations |

| Amount of tested RAM will be rounded up to nearest 2MB |

Available flags:
--platform N ,-p N : run test on the Nth (from 0) OpenCL platform
--gpu N ,-g N : run test on the Nth (from 0) OpenCL device
on selected platform
--license ,-l : show license terms for this build

Error: Bad argument for [MB GPU RAM to test] [# iters]Available OpenCL
platforms
:
0: AMD Accelerated Parallel Processing (SELECTED)
Available OpenCL devices on selected platform:
0: Tahiti (SELECTED)
1: Tahiti
2: Intel(R) Xeon(R) CPU X5570 @ 2.93GHz

Running 50 iterations of tests over 128 MB of memory on device 0: Tahiti
Running memory bandwidth test over 20 iterations of 64 MB transfers...

Please note the error "Error: Bad argument for [MB GPU RAM to test] [#
iters]"


Reply to this email directly or view it on GitHub
#3 (comment).

Yutong Zhao
www.proteneer.com


Reply to this email directly or view it on GitHub #3 (comment) . https://github.com/notifications/beacon/8365299__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyMzMxMDk3MywiZGF0YSI6eyJpZCI6MzU3MDgyOTh9fQ==--2db5c8bd9bb1a096d4e8197ea26c403e325580f3.gif

from memtestcl.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.