Signal Fix: Changed global signal count to per stream signal count

1. The number of kernels that can use signals are increased to 128
2. The kernel count is now specific to the stream

Change-Id: Ie6d1aa3f437aad8f08c3333fe48bd3f46e551e60


[ROCm/hip commit: 53d7629a85]
This commit is contained in:
Aditya Atluri
2016-07-26 14:03:51 -05:00
parent 06abacce98
commit eccab29360
2 changed files with 8 additions and 29 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ typedef LockedAccessor<ihipStreamCritical_t> LockedAccessor_StreamCrit_t;
class ihipStream_t {
public:
typedef uint64_t SeqNum_t ;
uint32_t kernelCnt;
ihipStream_t(unsigned device_index, hc::accelerator_view av, unsigned int flags);
~ihipStream_t();