What makes a CUDA code runs in parallel
A) __global__ indicates parallel execution of code
B) main() function indicates parallel execution of code
C) kernel name outside triple angle bracket indicates excecution of kernel n times in parallel
D) first parameter value inside triple angle bracket (n) indicates excecution of kernel n times in parallel
Correct Answer:
Verified
Q2: In _, the number of elements to
Q3: _ algorithms use auxiliary storage (such as
Q4: _ can be comparison-based or noncomparison-based.
A)searching
B)sorting
C)both a
Q5: The fundamental operation of comparison-based sorting is
Q6: The complexity of bubble sort is ?(n2).
Q7: Bubble sort is difficult to parallelize since
Q8: Quicksort is one of the most common
Q9: The performance of quicksort depends critically on
Q10: the complexity of quicksort is O(nlog n).
Q11: The main advantage of _ is that
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents