Files
amsculib3/src/main.cu

29 lines
485 B
Plaintext
Raw Normal View History

2026-04-10 13:29:50 -04:00
#include <amsculib3/amsculib3.hpp>
//using namespace ams;
using namespace amscuda;
int main(int argc, char* argv[])
{
printf("AMSCULIB3: Cuda Library Tests.\n");
//test_amscuarray_1();
//test_amscumath1();
//cmp::test_cucomp64_1();
//cmp::test_cucomp128_1();
//test_amscuarray_2();
//test_dprg64();
//printf("\n");
//test_dprg32();
//test_dbuff_rand_dpr32();
//test_amscurarray1();
2026-04-14 21:20:49 -04:00
//random::amscurand_tests1();
2026-04-14 14:17:16 -04:00
2026-04-10 13:29:50 -04:00
return 0;
}