10 lines
77 B
Plaintext
10 lines
77 B
Plaintext
|
void comp_main()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
[numthreads(8, 4, 2)]
|
||
|
void main()
|
||
|
{
|
||
|
comp_main();
|
||
|
}
|