Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpn/chpl-gpu-test
https://github.com/tpn/chpl-gpu-test
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpn/chpl-gpu-test
- Owner: tpn
- Created: 2024-06-06T20:32:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T23:46:19.000Z (5 months ago)
- Last Synced: 2024-06-07T22:09:28.651Z (5 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
$CHPL_BIN --library --dynamic --debug --library-cmakelists udf2.chplmkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
gmake
./test_udf2chpl_gpu_mem_alloc called. Size:112 file:$CHPL_HOME/modules/internal/LocaleModelHelpSetup.chpl line:272
chpl_gpu_mem_alloc returning 0x7f6091c00000
chpl_gpu_mem_alloc called. Size:88 file:$CHPL_HOME/modules/internal/DefaultRectangular.chpl line:103
chpl_gpu_mem_alloc returning 0x7f6091c00200
chpl_gpu_mem_alloc called. Size:168 file:$CHPL_HOME/modules/internal/DefaultRectangular.chpl line:699
chpl_gpu_mem_alloc returning 0x7f6091c00400
chpl_gpu_mem_array_alloc called. Size:16 file:$CHPL_HOME/modules/internal/ChapelBase.chpl line:1636
chpl_gpu_mem_array_alloc returning 0x7f6091e00000
Copying 16 bytes from host to device
here 0x7f60e600d450
allocating stream array (subloc 0)
Stream created: 0x7f611800b2a0 (subloc 0)
Using stream: 0x7f611800b2a0 (subloc 0)
Eagerly synchronizing stream 0x7f611800b2a0
Copy successful
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Synchronizing stream 0x7f611800b2a0 (subloc 0)
Destroying stream 0x7f611800b2a0 (subloc 0)
Copying 16 bytes from host to device
here 0x7f60e600d450
allocating stream array (subloc 0)
Stream created: 0x7f60f00011d0 (subloc 0)
Using stream: 0x7f60f00011d0 (subloc 0)
Eagerly synchronizing stream 0x7f60f00011d0
Copy successful
Destroying stream 0x7f60f00011d0 (subloc 0)
udf2.chpl:13: error: assertOnGpu() failed